we have a 100 classes at that time which class we have to
write main method? pls help me
Answer Posted / pravallika
we can write main method in any class is possible.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the role of the java.rmi.naming class?
How is Object Oriented Programming different from Procedure Oriented Programming?
Explain java heap space and garbage collection?
What is a wrapper method?
What is package protected in java?
What are the differences between string, stringbuffer and stringbuilder?
Is 0 an even number?
What is the use of a copy constructor?
What are static blocks and static initalizers in java ?
Why deletion in linkedlist is fast than arraylist?
What is floating data type?
How to perform merge sort in java?
In java, how we can disallow serialization of variables?
What is a return in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?