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
How to create an interface?
What is the major difference between linkedlist and arraylist?
Can we have try without catch block?
Can an integer be null java?
What is an infinite loop?
Tell me the latest versions in java related areas?
Can you call a method on a null object?
What is the difference between normal report & matrix report?
What is difference between core java and java ee?
What is string variable?
Why doesn't the java library use a randomized version of quicksort?
What does serializing data mean?
Is a case study a method or methodology?
Can a boolean be null java?
Whats the difference between notify() and notifyall()?