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 |
How do I start learning java?
How many types of java are there?
What's the base class in java from which all classes are derived?
Can we iterate through collection using for loop?
What is casting?
What is array pointers ?
What is a static class in java?
What is this keyword in java?
If a variable is declared as private, where may the variable be accessed?
Explain tree set and its features?
What is the life-cycle of an object?
What is the difference between jvm and jre? What is an interface?