Search Here

What is Java?


 

Java is both a platform and a programming language. Programming with Java is high level, reliable, object-oriented, and secure.

Sun Microsystems, a company that is now an Oracle subsidiary, created Java in 1995. The father of Java is thought to be James Gosling. Its previous name was Oak. The name Oak was changed to Java by James Gosling and his team because Oak was already a recognised business.

Platform: A platform is any hardware or software environment in which a programme runs. Java is referred to as a platform since it has a runtime environment (JRE) and an API.

Java Example

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

Simple.java

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

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

Top Post Ad

Below Post Ad

Ads Section