Why all programming languages have main as a execution
starting point?
Answer Posted / balamurugan
in java jvm only understand the class which contain main
method so, jvm understand that main method should be the
starting point in java
in other cases compiler need starting point in every
program to execute a program sync to execute so we need
main method for every program
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Define inheritance?
Why is sizeof not a function?
State one difference between a template class and class template.
How to perform binary search in java?
can used Protected Class outside Function.?
What is Mutex (Mutual Exclusion Object) ?
Is there any tag in htm to upload and download files?
Difference between a class and an object?
Is array passed by reference in java?
What is assembly condition codes?
What is a singleton puppy?
How to reverse string in java?
What is object cloning in Java?
What is a final class in java?
Does java vector allow null?