Consider that class classA, abstract class classB, and
final classC have been defined.Which one of the following
is correct?
1. classA extends classC implements classB
2. class A extends classB, classC
3. classA extends classB
4. classB implements classC

Answers were Sorted based on User's Feedback



Consider that class classA, abstract class classB, and final classC have been defined.Which one of..

Answer / murli

3. classA extends classB

Is This Answer Correct ?    8 Yes 0 No

Consider that class classA, abstract class classB, and final classC have been defined.Which one of..

Answer / manikandan [ gtec,vellore ].

answer is 3) classA extends classB

Explanation:

Final Class Can't b extend with any other class but we can
instantiated.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain notify() method of object class ?

0 Answers  


What is boolean data type in java?

0 Answers  


Differentiate between vector and array list.

0 Answers  


What is the common usage of serialization? What exceptions occur during serialization?

0 Answers  


Can we store variables in local blocks?

0 Answers   Global Logic,






What is the difference between jdk, jre, and jvm?

0 Answers  


How does callback work in java?

0 Answers  


Is call by reference possible in java?

0 Answers  


what type of questions asked for barclays technologies pune please send urgent

0 Answers  


What do you mean by order of precedence and associativity?

0 Answers  


Java is Pass by Value or Pass by Reference?

0 Answers   BirlaSoft,


what is the use of Clonable,and serializable interface?

1 Answers  


Categories