why java does not support multiple inheritance
Answer Posted / 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 |
Post New Answer View All Answers
What are mutable classes?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Write a function for palindrome and factorial and explain?
Why is java called java?
Can we make constructors static?
Explain about sets?
What is boolean in java?
List down the methods and interfaces of collection class in java.
What is widening and narrowing in java? Discuss with an example.
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
Can we use a default constructor of a class even if an explicit constructor is defined?
Why is stringbuffer faster than string?
Which methods are used during serialization and deserialization process?
Tell me about different OOPS concepts.
What is the difference between a checked and an unchecked exception?