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 / 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 View All Answers
What is a nested structure?
How do you achieve singleton?
Explain importance of throws keyword in java?
In Java list the methods that can be overridden?
What is udp in java?
what is difference betweem home interface and remote interface?
Can Exception handling we can handle multiple catch blocks?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What do you mean by default constructor in java?
What are the kinds of polymorphism?
Why we use multi threading instead of multiprocessing?
What are the differences between forwarding () method and sendredirect() methods?
What is java string pool?
Is null function in java?
Are maps ordered java?