Which method will get invoked first in a stand alone
application?



Which method will get invoked first in a stand alone application?..

Answer / 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

More Core Java Interview Questions

Difference between method overloading and method overriding in java ?

0 Answers  


Which is the best sorting technique in java?

0 Answers  


what is session facade ?

3 Answers  


What is getkey () in java?

0 Answers  


what is the difference between AWT and SWING what is the advantage of using swing?

3 Answers  






Why is a constant variable important?

0 Answers  


relation between list and linked list

1 Answers   Infosys,


Explain about static nested classes in java?

0 Answers  


What is the use of list in java?

0 Answers  


Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification

0 Answers  


i need income tax program using java inheritance concept. could u please help me?

2 Answers  


What is the purpose of garbage collection in java, and when is it used?

0 Answers  


Categories