Java is an Object oriented programming (OOP) language and it is a platform independent.
Java is a popular programming language and which is used to develop mobile, web, desktop gaming applications.
Java was developed by company called Sun Microsystems (which is now the subsidiary of Oracle) in the year 1995. Java programming language developed by James Gosling is also known as the father of Java. Before Java, its name was Oak. James Gosling and team has changed the Oak to Java, because the Oak was already a registered.
Hello.java
public class Hello{
public static void main(String args[]){
System.out.println("Hello Java");
}
}
There are 4 types of java applications