What is the java programming language ?

What-is-java-programming-language
What is java programming language 

What is the java programming language ?

    Java : is a high level platform independent, object oriented and secure programming language used for to develop console based application, graphics application, web application, mobile application and gaming applications.

    Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in the year 1995. James Gosling is known as the father of Java. Before Java, its name was Oak. Since Oak was already a registered company, so they was java developer team changed the name from Oak to Java.

Java Program Examples

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

    }  

Types of Java Application

  1. Web Applications.
  2. Mobile Applications.
  3. Enterprise Applications.
  4. Stand Alone Application.
Java Editions
  1. Java SE (Java Standard Edition)
  2. Java EE (Java Enterprise Edition)
  3. Java ME (Java Micro Edition)
  4. Java FX

Comments

Popular posts from this blog

Difference between cpp and java.

Addition Of Two Numbers In Java