Which method will get invoked first in a stand alone
application?
Answer Posted / ranganathkini
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 |
Post New Answer View All Answers
Can we serialize static variables in java?
What is the public method modifier?
Can we catch more than one exception in single catch block?
How do you use compareto in java?
What is boolean false?
What is a vector in java?
What does || mean in code?
What is the hashcode () and equals () used for?
Explain about method local inner classes or local inner classes in java?
What is the difference between @before and @beforeclass annotation?
Difference between collection, collection and collections in java?
what invokes a threads run() method? : Java thread
How do you convert string to int in java?
What are the default and parameterized constructors?
List the interfaces which extends collection interface?