Answer Posted / suresh aelidhe
Can some one explain about this case.
-> A is a super class and B extends from A.
-> java.lang.Object is super class for all classes.
now in this case B extends from A and B extend from java.lang.Object(because is default super class) then it is multiple inheritence right?
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is difference between checked and unchecked exception in java?
Why do we use bufferedreader?
What is meant by 'bit masking' in java?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
How do you compare values in java?
Which is bigger float or double?
What are the various access specifiers in java?
What is an object's lock and which object's have locks in java programming?
How do you do absolute value in java?
What are alternatives to java serialization?
What is java autoboxing?
In a container there are 5 components. I want to display all the component names, how will you do that?
How do you create immutable object in java?
What is difference between jdk,jre and jvm?
Why is flag used in java?