Wednesday 19 October 2016

Java Example

Let's have a quick look at java programming example. A detailed description of hello java example is given in next page.
  1. class Simple{  
  2.     public static void main(String args[]){  
  3.      System.out.println("Hello Java");  
  4.     }  
  5. }  

No comments:

Post a Comment