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 |
Differentiate between the constructors and methods in java?
what is bytecode ?explain in detail and watz the difference between bytecode and machine code?
What is the difference between overriding & overloading?
What is difference between string and new string?
What is the difference between length and length () in java?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Why do we need to override equals() and hascode() method of object class?
How to display all the prime numbers between 1 and 100
Is it possible to compare various strings with the help of == operator?
How do you download stubs from Remote place?
Is it possible to declare abstract class as final?What happens if we do so?
What do you understand by the term polymorphism?