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

Answer Posted / murli

3. classA extends classB

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What invokes a thread's run() method in java programming?

571


What do you understand by garbage collection in Java? Can it be forced to run?

558


what are synchronized methods and synchronized statements? : Java thread

583


What is the do while loop syntax?

557


Can we convert list to set in java?

514






what is thread? What are the high-level thread states? : Java thread

794


What is final keyword?

648


Can we override private methods?

549


What is the lifetime and scope of a variable?

520


Can private members of a base class are inheritable justify?

490


Is java a prime method?

555


What do you mean by JVM?

593


Can we have any code between try and catch blocks?

563


How can constructor chaining be done using this keyword?

591


What happens if an exception is not handled in a program?

628