Which method will get invoked first in a stand alone
application?
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 |
What is java abstraction with example?
What is a function in java?
what is difference between validation.xml & validation rules.xml?
If a method is declared as protected, where may the method be accessed in java programming?
What is numeric function?
State some situations where exceptions may arise in java?
explain the concept of inheritance with an example?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
What is object
What is thread safe in java?
What is a finally block? Is there a case when finally will not execute?
How to avoid memory leak in java?