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
What is canonical name in java?
Why synchronization is important?
What is a stringbuffer?
What is array size in java?
What do you understand by final value?
What is a constructor overloading in java?
what state does a thread enter when it terminates its processing? : Java thread
How to restrict a member of a class from inheriting by its sub classes?
Explain restrictions on using enum?
What is __ init __ functions?
What is lambda programming?
Why collection is called framework in java?
What is array length in java?
Can two objects have same hashcode?
What is the use of using enum to declare a constant?