Ticker

6/recent/ticker-posts

Simple ' Hello World ' program

     public class Main {
 public static void main(String[] args) {
  System.out.println(" hello here we starting journey of java ");
 }
}

Post a Comment

0 Comments