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
Mention a package that is used for linked list class in java.
How to obtain a performance profile of java program
Can you call one constructor from another if a class has multiple constructors?
Define how objects are stored in java?
If try block is successfully executed, Then Is Finally block executed?
is it possible to instantiate the math class?
Is static a singleton?
Does java initialize arrays to zero?
What is a class reference?
What is difference between null and void?
What is the difference between Java1.4 and Java1.5
What do you mean by byte code?
Is math an abstract class in java?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is the difference between serializable and externalizable interface?