What is the use of static keyword in "public static void
main()"
Answer Posted / praveen
static is method that can be called and executed without
using obect
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a nested class?
What is map in java?
What is the difference between yield() and sleep()?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
Where are register variables stored?
Why is string builder not thread safe?
Why are generics used?
What is an 8 bit word?
Write a program to find the whether a number is an Armstrong number or not?
Explain all java features with real time examples
Tell me about your ability to work under pressure
What is hashset in java?
Does java support function overloading, pointers, structures, unions or linked lists?
Highest level event class of the event-delegation model?
Can we override private constructor in java?