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
Why is a string immutable?
What is the reflection?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
What is meant by null and void?
What does int [] mean in java?
Is java util regex pattern thread safe?
What is OOP's Terms with explanation?
What is the point of polymorphism java?
Is there is any difference between a scrollbar and a scrollpane?
What data structures are used to perform recursion?
How to declare an arraylist in java?
What is the original name of java?
What is final keyword?
What is the difference between multitasking and multithreading in Java
How many types of string data types are there?