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
Post New Answer View All Answers
How to do a true java ping from windows?
Can a serialized object be transferred via network?
What is a 16 bit word?
Are arrays classes in java?
Is it possible to use string in the switch case?
State the difference between strings and arrays.
What is the difference between the paint() and repaint() methods in java programming?
Difference between a process and a program?
Is logger a singleton?
What do you know about the garbage collector?
What is the purpose of the strictfp keyword?
What are the legal parameters?
Difference between nested and inner classes ?
What is collection api?
What java is used for?