Language of Java
                        Java is a very easy  Object Oriented Programming Language 
                        that was born from the C language.
                    
                        Java is an interpreted language that runs on a virtual machine.
                        Java is compiled into Java Byte Code and interpreted
                        at runtime by the Java Virtual Machine.
                        This means Java is very portable and its already compiled code
                        can run fairly on any machine.
                    
                        Uses of Java ranges from light-weight modules to very 
                        heavy-weight applications, Web-building and Graphics, and Gaming.
                        
                    
Here, we have written all our demonstrations in Java.
                            Note: Java requires the installation of Java SE.