Friday, August 9, 2019

"Hello World" in JAVA

"Hello World" Program in JAVA :-

class Hello
{
  public static void main(String args[])
  {
    System.out.println("Hello Subham");
  }
}

No comments:

Post a Comment