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 to transfer data from an Applet to Servlet ?
What is difference between iterator and enumeration in java?
Explain all java features with real time examples
What is meant by stack and queue?
What are the advantages of java over cpp?
Why is String immutable?
What is an example of character?
What are aggregate functions explain with examples?
what is recursion in java
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is the difference between I ++ and ++ I in java?
when we have to use final class in java?