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
List the features of java programming language.
What are the two categories of data types in the java programming language?
What is java life cycle?
What is return type in java?
Name few java.lang classes introduced with java 8 ?
Can we override a variable in java?
Can we force garbage collector to run ?
How do I print a “?
Why is java logo a cup of coffee?
Explain access specifiers?
What is covariant return type?
what is mena by object block any what is the use of that
What is the difference between heap memory and stack memory?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What state is a thread in when it is executing?