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 |
Iterator in the HashMap is fail-safe means what?
What if static is removed from main method?
What is meant by final class, methods and variables?
What is set in java?
Is a boolean 1 bit?
What does sizeof return?
how many types of cloning?
What is the difference between a static and a non-static inner class in java programming?
What is increment in java?
Explain listiterator and methods in listiterator?
What is collection class in java? List down its methods and interfaces.
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?