can you use the two main method in same class?how?

Answers were Sorted based on User's Feedback



can you use the two main method in same class?how?..

Answer / 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

can you use the two main method in same class?how?..

Answer / reddy

yes
it is possible in java by passing different parametes to
the main method

Is This Answer Correct ?    9 Yes 5 No

can you use the two main method in same class?how?..

Answer / sanjay kalamdhad

yes,we can do it by method overloading concept in .net too but with using different signature.

Is This Answer Correct ?    5 Yes 1 No

can you use the two main method in same class?how?..

Answer / rajasekhar

yes

it is possible by using static inner class concept

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Core Java Interview Questions

What are the elements of java?

0 Answers  


What does exp mean in math?

0 Answers  


What is the difference between an object-oriented programming language and object-based programming language?

0 Answers  


How do you square a number in java?

0 Answers  


What does microservices mean?

0 Answers  






What JNDI(Java Naming and Directory Interface) provides?

4 Answers  


What is the use of java?

0 Answers  


Is java a prime method?

0 Answers  


What is double in java?

0 Answers  


Explain the difference between abstraction and encapsulation.

0 Answers  


do I need to use synchronized on setvalue(int)? : Java thread

0 Answers  


What are streams in java 8?

0 Answers  


Categories