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