why java does not support multiple inheritance
Answers were Sorted based on User's Feedback
Answer / kalaivani
java defenetly support multiple inheritance.it can be done
by the keyword called super.java does not support the
multilevel inheritance
| Is This Answer Correct ? | 26 Yes | 455 No |
We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
how do I create a runnable with inheritance? : Java thread
Is it possible to write static method in abstract class? justyfy your answer?
List out benefits of object oriented programming language?
Why all programming languages have main as a execution starting point?
Is java a compiler?
What are constants and how to create constants in java?
Can java list contain duplicates?
What is byte value?
how to one war file class to another war file class?
What's the difference between an abstract class and interface in java?