Answered Questions

  • Use of Static

    What is the use of static in (public static void main string args[])

    Suresh

    • Aug 6th, 2011

    Without creating instance of that class to invoke the main method static keyword is used, by giving the name of the class main method gets invoked.