What is the use of static keyword in "public static void
main()"
Answer Posted / subha, bijji
a static is a method that is called with out using object.
we can call a static method is like classname.method name.
it is very usefuul in public static void main()
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to overcome the exception object reference not set to an instance of object?
How do singleton patterns work?
What is string data type?
Difference between linkedlist and arraylist.
Tell me a few examples of final classes defined in Java API?
What are the types of methodology?
What is the difference between class & object?
Do we have pointers in java?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What is a two-pass assembler?
What is an object class?
What is the purpose of the file class in java programming?
How do you use wildcards?
Which containers use a flowlayout as their default layout in java programming?
What does opcode mean?