Why all programming languages have main as a execution
starting point?
Answer Posted / babu
In all programming languages compilation starts from one
specific point and they need it one specific point for
excecution so we have main().
In java we can excute the program without main but we need
a main method for compilation.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is java a security risk?
What are the topics in core java?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
What Is Query Throttling in java?
Is .net better than java?
What is treeset in java collection?
Why are there no global variables in java?
What is a locale?
What is the difference between normal report & matrix report?
What is bitwise complement?
Can we overload final method in java?
Define locale.
Why is core java important?
What is %02d?
Explain, java is compatible with all servers but not all browsers?