What is the use of static keyword in "public static void
main()"
Answer Posted / p.r.gupta
the use of static is for static methods we need not to
create any object,so internally jvm calls like classname.method
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the applet security manager, and what does it provide?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Is class is a data type?
Explain inheritance in java?
What is the inheritance?
Write a java program to count the number of words present in a string?
What is a java lambda expression?
Why java applets are more useful for intranets as compared to internet?
What is concurrent hashmap and its features?
How do you make a thread in java?
What are the basics of core java?
What is finalize()? Is finalize() similar to a destructor?
What are different access specifiers in java?
What is java Applet?
How the metacharacters are different from the ordinary characters?