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
What is the use of a conditional inclusion statement in Java ?
What is the difference between Error, defect,fault, failure and mistake?
Where is core java used?
What is the use of protected in java?
What is the purpose of the enableevents() method?
What is the basic concept of java?
Why synchronization is important in java?
Can we declare a class as abstract without having any abstract method?
What is the difference between choice and list?
How does singleton class work?
What is constructor in java ?
Is arraylist ordered?
What is a finally block?
How do you start a new line in java?
What is hash table in java?