Answer Posted / chaithanya
main method is called by JVM.without creating the object we are calling main.that's what it is declared Static.
static nothing but without creating the object,we can call that method
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of keywords in java?
Does java allow overriding static methods ?
What is boolean keyword in java?
Is array primitive data type in java?
Which number is denoted by leading 0x or 0x in java?
Is ++ operator is thread safe in java?
Explain with example the concept of constant variable in java.
what state does a thread enter when it terminates its processing? : Java thread
What are sets in java?
What are the two types of exceptions in java? Which are the differences between them?
Why collection doesn’t extend cloneable and serializable interfaces?
What are the features of junit?
What is the size of int?
What value is a variable of the string type automatically initialized?
What does those terms actually mean included in the j.d.k i.6?