can you use the two main method in same class?how?
Answer Posted / reddy
yes
it is possible in java by passing different parametes to
the main method
Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
How do you decide when to use arraylist and linkedlist?
What does 3 dots mean in java?
Explain the overview of UDP messaging.
Where is const variable stored?
What is threaded programming and when is it used? : Java thread
How would you convert bytes to string?
What is e java?
what is the volatile modifier for? : Java thread
Which method cannot be overridden in java?
Which method returns the length of a string?
What does i ++ mean in Java?
Why deletion in linkedlist is fast than arraylist?
How to set the permissions to a file in java?
Difference between final and effectively final ? Why is effectively final even required ?
What is difference between string and new string?