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

What is implicit object in java?

0 Answers  


what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0

4 Answers   Accenture,


How do you download stubs from Remote place?

0 Answers  


Can a singleton class be inherited?

0 Answers  


How does the java compiler work?

0 Answers  






What is the difference between DataInputStream and BufferedReader

2 Answers   Hexagon,


What is a get method?

0 Answers  


Is java a pure object oriented language?

0 Answers  


Why does java does not support multiple inheritance? Explain

0 Answers  


What is deserialization and how do we do deserialization?

3 Answers   Synechron,


how to connect one jsp page to another jsp page????

6 Answers   IIT, Symphony,


how to print hello world every second till i have pressed enter key ???

1 Answers   SAP Labs,


Categories