What is Java?

 What is Java?


Java is a high level, modern programming language designed in the early 1990s by Sun Microsystems, and currently owned by Oracle.

 Java is Platform Independent, which means that you only need to write the program once to be able to run it on a number of different platforms! Java is portablerobust, and dynamic, with the ability to fit the needs of virtually any type of application.

More than 3 billion devices run Java. Java is used to develop apps for Google's Android OS, various Desktop Applications, such as media players, antivirus programs, Web Applications, Enterprise Applications (i.e. banking), and many more!


Notes Learn, practice, and then join the huge community of Java developers around the world


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

Comments

Popular posts from this blog

What is Variable in JAVA ?

Java Basic Syntax