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

Why parameters should be passed by reference?

0 Answers  


Differences between GridLayout and GridBagLayout?

1 Answers  


What is core java used for?

0 Answers  


What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?

1 Answers   Wipro,


What are different types of inner classes ?

0 Answers  






What is a pointer and does java support pointers?

0 Answers  


What are the names of Component subclasses that support painting?

1 Answers  


What is the purpose class.forname method?

0 Answers  


How many ways can an argument be passed to a subroutine and explain them?

0 Answers  


In what ways you can handle exception ?

3 Answers  


What is the difference between abstraction and encapsulation?

0 Answers  


Why are constructors used?

0 Answers  


Categories