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

Why is the type for real numbers called double?

0 Answers  


What is collection api?

0 Answers  


What is backdrop?

0 Answers   Atos Origin,


What is the immediate superclass of Menu?

3 Answers  


What are keyboard events?

0 Answers  






What is AppletStub?

1 Answers  


What is a singleton factory?

0 Answers  


What are the steps involved to create a bean?

0 Answers  


what is enumset?

0 Answers  


Explain the concept of proper inheritance?

0 Answers   Thomson Reuters, Virtusa,


How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?

1 Answers  


Hi ,i convert contrller as jSp And presentation as servlet ...will it do? if so what are advantage and idsadvantages

2 Answers   IBM,


Categories