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
What is prime number in java?
Why does java doesnt suuport unsigned values?
What mechanism does java use for memory management?
What is a databasemetadata?
In case of inheritance what is the execution order of constructor and destructor?
Does printwriter create a file?
Can we have a method name same as class name in java?
What Is Composition?
Which graphs are functions?
How do you sort a string in alphabetical order in java?
describe synchronization in respect to multithreading? : Java thread
What is the list interface?
What are the differences between wait() and sleep()?
Can java inner class be static?
What is printwriter in java?