Why all programming languages have main as a execution
starting point?
Answer Posted / srikanth reddy
from main()method where we are creating objects and load the
class and calling methods of that class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is a string immutable?
What is a final class ?
What does I ++ mean?
Can a private method of a superclass be declared within a subclass?
Why do we need wrapper class?
Why hashmap is used in java?
What is casting in java programming?
What are data types in programming?
What is the purpose of stub and skeleton?
What is visibility mode?
What is the base class of all exception classes?
Can I declare a class as private?
What is a singleton class in Java?
How do you escape a string?
What are streams?