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
Is break statement can be used as labels in java?
Does java have extension methods?
What are the features of java?
whatis Home interface and Remoteinterface? with example?
How finally used under exception handling?
What is int short for?
Explain creating threads by extending thread class ?
Is an integer an object?
Difference between method overloading and overriding.
What is the formula to calculate percentage?
What are the advantages of exception handling?
What are different types of inner classes ?
What is e java?
What is a for loop in java?
What is instance means in java?