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 the purpose of extern variable?

0 Answers  


Why unicode is important?

0 Answers  


Is empty string in java?

0 Answers  


What are keywords give examples?

0 Answers  


If an object is garbage collected, can it become reachable again?

0 Answers  






how to execute main()

4 Answers   Symphony, TCS,


What is the smallest package in Java API?

5 Answers   iGate,


what is translator and it types

1 Answers  


As a developer what steps do you take to improve the performance?

4 Answers  


Explain hashset and its features?

0 Answers  


What is byte data type?

0 Answers  


There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?

6 Answers   KPIT,


Categories