What is the use of static keyword in "public static void
main()"
Answer Posted / sudhir
static is a keyword which indicate that method is call with
the class name.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the types of methodology?
what is the constructor and how many types of constructors are used in java?
What’s the difference between constructors and other methods?
How to retrieve data from database in java using arraylist?
What is += mean in java?
Can a final variable be manipulated in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is java util list?
Why volatile is used in java?
What is * argv?
Why declare Main() method as a static in java ?
What is substring in java?
Explain methods specific to list interface?
What is loop in java?
What does math floor () do?