<

Java Tutorial

Java is a computer programming language developed by Sun Microsystems. Java is platform independent, high level, secured and object-oriented programming language.

You can create mobile application,web application,enterprise application ...etc using java.

Java syntax are easy to learn and understandable.Java syntax is similar to c++ syntax.


Java Hello World Example


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

Output: Hello World

Types of Java application and Use.


  1. Standalone Application
  2. Web Application
  3. Enterprise Application
  4. Mobile Application

Java is used in Desktop Applications,Web Applications,Enterprise Applications,Games etc.













© copyright 2017-2022 Completedone pvt ltd.