Answer Posted / suresh royal
main() method is the JVM known method so jvm
will start the exicution from main method ,that main() method is static so no need to call
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Variables used in a switch statement can be used with which datatypes?
Write a code to create a trigger to call a stored procedure
Does sprintf add a null terminator?
What does singleton class mean?
What is the synonym of string?
What is a generic data type?
How would you convert bytes to string?
What is data type example?
What is the functionability stubs and skeletons?
What happens when heap memory is full?
What is the need of transient variables in Java ?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What class of exceptions are generated by the java run-time system?
Why lambda expression is used in java?
Why singleton is not thread safe?