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
What is the public method modifier?
Relationship between an event-listener interface and an event-adapter class?
What is a super method?
Can we have 2 main methods in java class?
what is Thread?
What is constructor
9 Answers Manforce, Tech Mahindra,
What is bytecode verifier?
What is a numeric string?
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
Explain 5 features introduced in jdk 1.7?
Can we call virtual funciton in a constructor ?
There are 100 keys and values in HashMap.how to get the keys and values?