Which method will get invoked first in a stand alone
application?
The first method that is invoked in a stand alone Java app
is the 'main' method which must have the following signature:
public static void main( String[] args )
| Is This Answer Correct ? | 8 Yes | 0 No |
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Explain the difference between jdk, jre, and jvm?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What is use of map in java?
What is a protected class in java?
What is variable and constant explain with example?
When is the finalize() called? What is the purpose of finalization?
What are the 6 boolean operators?
What is one third plus one third as a fraction?
Difference between a Scrollbar and a ScrollPane?
How we can execute any code even before main method?
What is int short for?