Interface A {
String test();
}
Interface B {
int test();
}
Create a class AB which must implements both A & B
interfaces.
Answer Posted / nitin gupta
Menita you are absolutely correct!!
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Difference between object and reference?
What is java util collection?
How do you do descending order in java?
What is the numeric promotion?
What is methodological framework?
What is the difference between method and means?
What are the two types of java programming?
What is the use of optional ?
Can we make the abstract methods static in java?
What is string data?
What is the list interface in java programming?
Can a static method be overridden in java?
What is the meaning of nullable?
What are keyboard events?
What are examples of modifiers?