what is the main class of all the classes

Answers were Sorted based on User's Feedback



what is the main class of all the classes..

Answer / shoyeb

Object class

Is This Answer Correct ?    24 Yes 1 No

what is the main class of all the classes..

Answer / vinodh kumar

java.lang.Object.
Because all java classes are inherited from this class.

Is This Answer Correct ?    6 Yes 0 No

what is the main class of all the classes..

Answer / manoj kumar sahu(secon pvt.ltd

OBJECT CLASS IS THE MAIN CLASS OF ALL CLASS

Is This Answer Correct ?    4 Yes 0 No

what is the main class of all the classes..

Answer / priya

which class creating the object of class is called main
class

Is This Answer Correct ?    3 Yes 8 No

what is the main class of all the classes..

Answer / ajit

A main class is that which have the main function or we can
say that the name of the class is used to save the program
is called main class.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Core Java Interview Questions

What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

0 Answers  


What is tcp ip in java?

0 Answers  


how to deploy apache tomcat server to weblogic server in java

0 Answers   IBM,


what do you understand by synchronization? : Java thread

0 Answers  


Which browsers work with java?

0 Answers  






Are arrays classes in java?

0 Answers  


Can abstract class have private constructor?

0 Answers  


what is the logic inside any default constuctor?

2 Answers  


Ducking is automatic in checked exception?True or false

2 Answers  


Is empty string in java?

0 Answers  


What is difference between arraylist and list in java?

0 Answers  


How does queue work in java?

0 Answers  


Categories