Interface A {
String test();
}
Interface B {
int test();
}
Create a class AB which must implements both A & B
interfaces.
Answer Posted / b
ONLY ONE INTERFACE CAN BE IMPLEMENTED BY A CLASS
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to change the priority of thread or how to set the priority of thread?
What is jagged array in java?
What is nested interface?
What is valid keyword in java?
How do generics work in java?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is the Concept of Encapsulation in OOPS
What is a map? What are the implementations of map?
What does string [] args mean?
List out five keywords related to exception handling ?
What is defined as false sharing in the context of multithreading?
What is parsing a sentence?
What is the use of accept () method in java?
What is the difference between heap and stack memory?
Explain about field hiding in java?