Programmer Coding

Features of Java

There is given a lot of features of java. The Java given Features are simple and easy to understand.
1. Simple
2. Object-Oriented
3. Portable
4. Platform self-supported
5. Secured
6. Dynamic
7. Interpreted
8. High Applyance
9. Multialternateed
10. Distributed

First program in java

How to write a program in java ?
How to write “hello world” in java.
Public class hello{
Public static void main(string ag[]){
System.out.println(“Hello this is programmercoding.com”);
}
}
Output
Hello this is programmercoding.com

Version of Java
There are many version of Java.
1.JDK Alpha and Beta(1995)
2.JDK1.0(Jan, 1996)
3.JDK1.1(Feb, 1997)
4.J2SE1.2(Dec, 1998)
5.J2SE1.3(May, 2000)
6.J2SE1.4(Feb, 2002)
7.J2SE5.0(Sep, 2004)
8.Java SE6(Dec, 2006)
9.Java SE7(July, 2011)
10.Java SE8(March, 2014)

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top