Interface A {
String test();
}
Interface B {
int test();
}
Create a class AB which must implements both A & B
interfaces.
Answer Posted / ganesh
yes , we cant implement like this.same as above answer.I
tested it .
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What does \ mean in regex?
What is the definition of tree ?
give an example for encapsulation?
Is array an object in java?
What is difference between ++ I and I ++ in java?
How many decimal digits is 64 bit?
How do you override a method in java?
Explain the available thread states in a high-level?
Can you pass functions in java?
What is the point of polymorphism java?
Can we declare array without size in java?
What is the vector class in java programming?
Can we sort set in java?
Can we rethrow the same exception from catch handler?
Difference between object instantiation and construction ?