what is the main class of all the classes
Answers were Sorted based on User's Feedback
Answer / vinodh kumar
java.lang.Object.
Because all java classes are inherited from this class.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / manoj kumar sahu(secon pvt.ltd
OBJECT CLASS IS THE MAIN CLASS OF ALL CLASS
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / priya
which class creating the object of class is called main
class
| Is This Answer Correct ? | 3 Yes | 8 No |
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 |
What do u mean by method and also contructer in java ?
Difference between start() and run() method of thread class?
What technique is carried out to find out if a particular string is empty?
If I only change the return type, does the method become overloaded?
Can memory leak happen java?
What is anonymous inner class?
Where import statement is used in a java program?
When is finally block not called?
What is double parsedouble in java?
Can we use both this () and super () in a constructor?
Can we declare a class as abstract without having any abstract method?
Why do we need wrapper class?