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 is an i/o filter?
What is java jit compilers?
Explain how to force the garbage collection in java.
What is not object oriented programming?
What does this () mean in java?
What is the purpose of assert keyword used in jdk1.4.x?
What happens when main () method is declared as private?
Is string a class?
Explain the public class modifier?
Why lambda expression is used in java?
How static variable work in java?
Which java version is latest?
What does function identity () do?
What is java util collection?
Does .length start 0 java?