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 the use of callablestatement?
What is the default value of local and global variables?
What is the purpose of using break in each case of switch statement?
What are different data structures in java?
What is difference between word and integer?
What is called module?
Can we have return statement in finally clause? What will happen?
What is anagram in java?
What is the common usage of serialization?
What is an escape character in java?
What is difference between c++ and java ?
What are inner classes or non static nested classes in java?
Can arraylist contain null values?
Why can't we override private static methods?
How many bytes is a string in java?