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
What are white spaces in java?
What is the java reflection api? Why it’s so important to have?
What is the importance of main method in Java?
Why put method is idempotent?
When does a class need a virtual destructor?
How to connect to a remote database using Applet?
What is a control variable example?
What is pre increment and post increment in java?
Is there a case when finally will not execute?
How many threads can I run java?
Why is whitespace important?
What are sets in java?
What is the difference between multitasking and multithreading in Java
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Give any two differences between C++ and java.