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
How to split arraylist elements in java?
Can we make main() thread as daemon?
Why null value is used in string?
What is dot operator?
What is style and indentation?
What is super?
What are the different ways of creating thread?
Does java runtime require a license?
What is the final access modifier in java?
Explain the pointers in Java?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
How do you sort arraylist in descending order?
Why is it called a string?
Write a program in java to establish a connection between client and server?