What is Java?
Java is a high-level object-oriented programming language developed by the
Sun Microsystems. Though it is associated with the World Wide Web but it is
older than the origin of Web.
New to Java
If you are new to Java technology and you want to learn Java and make career in the Java technology then this page is for you. Here we have explained how to learn Java and master the Java technologies.
Learn Java Quickly
Java is an object oriented programming language
developed by Sun Microsystems. This is freely available to public for all
purposes from personal website development to big enterprises.
Java as an Object Oriented Language
In this section, we will discuss the OOPs
concepts along with their role in developing the Java applications and programs.
Java Features
The concept of Write-once-run-anywhere (known as the Platform independent) is one of the important key feature of java language that makes java as the most powerful language.
Java Virtual Machine
JVM is the main component of Java architecture and it
is the part of the JRE (Java Runtime Enviroment) . It provides the cross
platform functionality to java. This is a software process that converts the
compiled Java byte code to machine code.