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
What is the best definition for data?
What is a dynamic array in java?
What is the char data type?
Write code to implement bubble sort in java?
placement papaers of spring computing technology
Can inner class be public in java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is java used for?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What are the six ways to use this keyword?
What is final modifier?
Why is the main method static?
What does function identity () do?
Explain about exception propagation?
What is local declaration?