Interface A {
String test();
}
Interface B {
int test();
}
Create a class AB which must implements both A & B
interfaces.
Answer Posted / chandan kumar
Chandan
test in A clashes with test in B;attempting to use
incompatible type
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the major difference between linkedlist and arraylist?
What is a jit compiler?
Can singleton class be serialized?
What are the four corner stones of oop?
How do I write a self declaration?
How many types of assembly languages are there?
What is the final keyword denotes?
What is meant by structural programming?
How many bytes is a string java?
What is the difference between heap and stack memory?
What is runtime locatable code?
What is null in java?
Is array an object in java?
Why does java have two ways to create child threads?
When can you say a graph to be a tree?