Can a class be subclass of itself?
Answers were Sorted based on User's Feedback
Answer / avinash chand
In Java every class is a subclass of object class....
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / kimiya
is there any where to have write and exacte answers ?
in my opinion its not logical...why shoud a class extends
itself??...
but i know when ever someone asks a question like this
answer is yes and he like to answer why..!!?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / diganta kumar
yes .thing is that the two class with same name will be
present in different package,then the class can extend the
same class.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is parsing in java?
What are the Class Libraries ?
What does I ++ mean?
Explain about the select method with an example?
Explain hashset and its features?
There are 2 methods in a class. Both have the same method signature except for return types. Is this overloading or overriding or what is it?
What is the difference between Resultset and Rowset.
I want to persist data of objects for later use. What’s the best approach to do so?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
What is r in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is integer size in java?