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
When throw keyword is used?
What is the independent variable in an experiment?
How do you do a line break in java?
State the significance of public, private, protected class?
How to invoke external process in java.
How do you achieve singleton?
Can an abstract class be a final class?
What is linked hashmap and its features?
Can a method inside a interface be declared as final?
What is the function of java?
How do you bind variables?
How will you communicate between two applets?
What are peerless components?
What are generic methods?
What are inbuilt functions?