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 |
Can we override constructor in java?
Do we have pointers in java?
What is the difference between a scrollbar and a scrollpane?
Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
Give a practical example of singleton class usage?
what is session in java?
0 Answers Seventhsense Technologies,
Explain covariant method overriding in java.
v-model life cycle
Why webdriver is an interface?
What steps are taken when the OS shifts from one-thread execution to another?
By what default value is an object reference declared as an instance variable?
Difference between default and protected access specifiers?