Answer Posted / bhasker tiwari
All the answer given above are True .
but i would like to add few more.
Reasons are follows:
1.As java creates .class for each Java file.and As all java
files has there own variable and methods so incase of
Multiple inheritence all will mess up , so to avoid this
situation Java do not allow Multiple Inheritence.
2. the above discussed Diamond problem is also a Reason.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is main string [] args?
What is object class in java?
You're given a Boolean 2D matrix, can you find the number of islands?
What is the maximum size of arraylist in java?
What is the difference between preparedstatement and statement in java?
What does main method?
What is thread safe singleton?
State some situations where exceptions may arise in java?
What is the difference between Grid and Gridbaglayout?
Does string isempty check for null?
What is java util hashmap?
Is binary a low level language?
Describe method overriding
What is a treeset class?
What are the difference between string, string builder, and string buffer in java?