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

i would like to attend for an interview of datalab technologies company i want to know the pattern of imnterview.

0 Answers  


what is use of functional interface in java 8?

0 Answers  


What does the “static” keyword mean? Can you override private or static method in java?

0 Answers  


Explain the concept of hashtables?

0 Answers  


Why do we need strings in java?

0 Answers  






How many types of threads are there in java?

0 Answers  


What is the difference between checked exception and unchecked exception?

0 Answers  


Is it possible to instantiate the abstract class?

0 Answers  


what is the J2EE BluPrints?

0 Answers  


When to use runnable interface vs thread class in java?

0 Answers  


Can a hashset contain duplicates java?

0 Answers  


What is fail fast in java?

0 Answers  


Categories