Posts

Showing posts from June, 2019

Public static void main ( String args[] )

public static void main public static void main Public static void main (  String    args[] ) <a href=" https://www.teeztareen.com/2019/06/blog-post_18.html "> public static void main </a> Public static  void main(String args[]) is the main method.it is the starting point of the program. In which main  method  you can change only string args[].  ·          Public ·          Static ·          Void ·          Main ·          String public The main method of the program is public because the public can access the out site of  class  JVM, call the method outside of class so therefore the main method of the program is  public . Public means method can access the out site of...