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 do a true java ping from windows?
hr interview how many minutes asking question
What is formatted output in java?
How is final different from finally and finalize?
What are byte codes?
What is byte [] in java?
What is immutable in java?
What is the purpose of the enableevents() method in java programming?
What is jvm? Why is java called the platform independent programming language?
Define max and min heap, also the search time of heap.
Explain 5 io best practices?
Is null == null in java?
What is the formula to calculate percentage?
List primitive java types?
What do you mean by pointer value and address?