Answer Posted / anjan singh
the answer is already given above. let me ask u another
question related to this one
If every class already extends Object class , how can we
still extend another class??
eg.:
class B extends A{}
if class B already extends Object class , how can it extend
class A?
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are synchronized blocks in java?
What is threaded programming and when is it used? : Java thread
Why runnable interface is used in java?
What is difference between java and java ee?
What is flush buffer?
is there a separate stack for each thread in java? : Java thread
What Is Query Throttling in java?
What are voids?
What is variable and rules of variable?
What is difference overloading and overriding?
How can we find the sum of two linked lists using stack in java?
Explain try and catch keywords in java?
Who found java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is the core java?