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 does i ++ mean in Java?
What are the various access specifiers in java?
What is the difference between static binding and dynamic binding?
What is assembly language?
Is array synchronized in java?
What is the disadvantage of synchronization?
Why does java not allow multiple public classes in a java file ?
What do you mean by JVM?
What loop means?
Why do we need data structure in java?
What is thread safe singleton?
List some important characteristics on jre
Which access specifier can be used with class ?
What are the differences between abstract class and interface?
What is thread start?