we have a 100 classes at that time which class we have to
write main method? pls help me
Answer Posted / pravallika
But compile time point of view main method is not required.so we can write main method in any one class is possible.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between java applets and applications?
What is the purpose of javac exe?
What is difference between iterator access and index access?
What is currentthread()?
why java does not support unsigned keyword?
What do you mean by composition in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What are different types of inner classes ?
What is protected access modifier?
How many bits is size_t?
What is a java list?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
How does arraylist work in java?
What is abstract class constructor called?
What modifiers may be used with an inner class that is a member of an outer class in java programming?