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 all access modifiers are allowed for top class ?
What is java autoboxing?
What is externalizable?
What is a singleton class? Give a practical example of its usage.
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is the difference between jdk, jre, and jvm?
Can you declare the main method as final?
What are the parts of methodology?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
How can we create a thread in java?
What is method overriding in java ?
Which class is the superclass of all classes?
What is javac_g?
What is the advantage of functional interface in java 8?
What is size of int in java?