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
Can a set contain duplicates?
Explain about public and private access specifiers?
How do you sort a list in java?
Which method must be implemented by all threads?
What is formatted output in java?
What is the unit of plancks constant?
How do you reverse a string in java without using string buffer?
What is string subsequence method?
What is java lang object?
Which is better singleton or static class?
What are "methods" and "fields"?
What is java util list?
How many static init can you have?
What is a qualifier in a sentence?
What are the steps in the jdbc connection?