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


Please Help Members By Posting Answers For Below Questions

What is main method?

539


In java how do we copy objects?

557


What is bubble sort in java?

621


Can we create our own wrapper class in java?

550


How to use string tokenizer class.

624






Is array serializable java?

525


What is a pattern what is an anti pattern?

512


What is array initialization in java?

497


What are the different access modifiers available in java?

563


Why is java called the platform independent programming language?

580


What does opcode mean?

543


What will happen when using pass by reference in java?

528


What is t in parametric equations?

552


How would you format a date in java? I.e. In the ddmmyyy format?

782


What is final keyword?

648