Why java Don't Support Multiple interitence
Answer Posted / sanjeev
Why cant we face same ambiguity when we declare variables?
interface A{
int i = 10;
}
interface B{
int i = 20;
}
Class C implement A, B{
what is the value of C.i?
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between int and integer in java?
What are design patterns and please explain?
How much ram can a 64 bit processor theoretically?
Tell me the Importent classes in net package?
Is age a discrete variable?
Why is java so important?
Is hashset ordered?
Implement two stacks using a single array.
What are memory tables?
What is data type example?
What is the buffer limit?
What is mean by exception?
What is the core java?
What is the difference between Java and C++?
how to run ecllipse with jettyserver for windows environment using batch file