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
Is it possible for yielded thread to get chance for its execution again ?
What is the size of arraylist in java?
What do you mean by ternary operator in java?
Explain about abstract classes in java?
How we can execute any code even before main method?
What is an argument in java?
What is nullpointerexception?
Can a singleton class be inherited?
How do you use nextline in java?
What is the meaning of immutable regarding string?
What is object in java?
What is space character in java?
What are three advantages of using functions?
What are the two basic ways in which classes that can be run as threads may be defined?
why java does not support unsigned keyword?