Java Tutorial



      Our core Java programming tutorial is designed for students and working professionals. Java is an object-oriented, class-based, concurrent, secured and general-purpose computer-programming language. It is a widely used robust technology.

What is Java

  Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. Java runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This tutorial gives a complete understanding of Java. This reference will take you through simple and practical approaches while learning Java Programming language.

SIMPLE JAVA PROGRAM 


Let's have a quick look at Java programming example. A detailed description of hello Java example is available in next page.

class Simple{  
    public static void main(String args[]){  
     System.out.println("Hello Java");  
    }  
}

No comments:

Post a Comment