why java does not support multiple inheritance

Answer Posted / karthikeyan

Java does not support Multiple inheritance Directly, But it
will support indirectly through Interface.

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about the main() method in java?

564


What is the lifetime and scope of a variable?

512


Is boolean a data type in java?

514


How to obtain a performance profile of java program

540


What is replaceall in java?

541






Break statement can be used as labels in java?

549


What is java lang string?

542


Is vector synchronized in java?

547


Explain about procedural programming language or structured programming language and its features?

544


Where local and global variables are stored?

537


Can a class extends itself in java?

527


What is the string function?

547


What is an infinite loop in java? Explain with an example.

582


What is a classloader in java?

534


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2131