A class can be a subclass of itself?
Answers were Sorted based on User's Feedback
Answer / vishal
No. Each class in Java is subclass of "Object" class
| Is This Answer Correct ? | 9 Yes | 5 No |
What is thin driver and thick driver. why it is called so?
In a container there are 5 components. I want to display all the component names, how will you do that?
What is an interface in java?
What is parsing a sentence?
Is it possible to override private or static method in java?
What is a method ?
What does provide mean construction?
Explain the importance of import keyword in java?
what is the difference between String s="hello"; and String s=new String("hello");?
How to make a method thread safe without using synchronized keyword?
8 Answers Persistent, Societe Generale,
How do you reverse a string in java without using string buffer?
What is yield () in java?