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

Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?

589


What are voids?

545


What is java thread dump, how can we get java thread dump of a program?

586


How do you escape sequences in java?

602


You're given a Boolean 2D matrix, can you find the number of islands?

608






Explain importance of finally block in java?

592


What do you mean by platform independence?

589


What is hashmap in java?

579


Explain jvm, jre, and jdk?

571


Explain notifyall() method of object class ?

674


Why is java called the platform independent programming language?

586


How to perform binary search in java?

587


What is instance synchronization?

562


Detail discussions on JVM, memory management and garbage collector.

562


What is abstract class? Explain

605