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
How do you declare a destructor in java?
What is the use of flag?
What are the restrictions that are applied to the java static methods?
Give us a program to check for parenthesis matching using stack.
What is the difference between public, private, protected, and friend access?
How to change the priority of thread or how to set the priority of thread?
Explain java coding standards for variables ?
What is r in java?
Can we create our own daemon thread?
Why is string buffer better than string ?
What are alternatives to java serialization?
What technique can be employed to compare two strings?
Difference between notify() method and notifyall() method in java?
Does sprintf add a null terminator?
What is the static method?