Posts

Public static void main ( String args[] )

Image
Public static void main (  String    args[] ) <a href="https://www.teeztareen.com/2019/06/blog-post_18.html"> Public stat ic void main (  String    args[] ) </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 mean...