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 can't we override private static methods?
What is difference between equals and hashcode method?
What is the use of generics? When was it added to the Java development Kit?
What is instanceof keyword?
What is the difference between method overriding and overloading?
Can we pass a primitive type by reference in java? How
What is difference between == equals () and compareto () method?
Can a main method be overloaded?
What is unsigned char?
What is difference between static class and normal class?
What are autoboxing and unboxing? When does it occur?
how we can create packages in java?
How many unicode characters are there?
Can we have two main methods in a java class?
What is a values collection view ?