If an application has multiple classes in it, is it okay to have a main method in more than one class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the public method modifier?

0 Answers  


Relationship between an event-listener interface and an event-adapter class?

1 Answers  


What is a super method?

0 Answers  


Can we have 2 main methods in java class?

0 Answers  


what is Thread?

6 Answers  






What is constructor

9 Answers   Manforce, Tech Mahindra,


What is bytecode verifier?

0 Answers  


What is a numeric string?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


Explain 5 features introduced in jdk 1.7?

0 Answers  


Can we call virtual funciton in a constructor ?

0 Answers   XX,


There are 100 keys and values in HashMap.how to get the keys and values?

1 Answers   IBS,


Categories