can you use the two main method in same class?how?
Answer Posted / shreedream
yes
in java language support the method Overloading, so we can
use the two main method in same class but it should have
different parameter list?
| Is This Answer Correct ? | 45 Yes | 2 No |
Post New Answer View All Answers
What is javac_g?
What is udp in java?
what are synchronized methods and synchronized statements? : Java thread
What is the difference between this() and super() in java?
Can we have a try block without catch block?
What does a za z0 9 mean?
Highest level event class of the event-delegation model?
What is the use of callablestatement?
If a class is declared without any access modifiers, where can the class be accessed?
What is the internal implementation of set in java?
What is the default value of the local variables?
What is a void method java?
What is meant by oops concept in java?
How does compareto work in java?
How can you read an integer value from the keyword when the application is runtime in java? example?