Does java support multiple inheritance or not?



Does java support multiple inheritance or not?..

Answer / Vaibhav Kumar

"Java does not support multiple inheritance for classes. However, it allows a class to implement multiple interfaces."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are multiple inheritances?

1 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


Can we sort list in java?

1 Answers  


What is the range of the short datatype?

2 Answers  


Is Java a dying language?

1 Answers  


What is super in java?

1 Answers  


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.

1 Answers   Rolta,


what is filters and its use?

2 Answers   Virtusa,


What are the types of web technologies?

1 Answers  


What is volatile keyword in java

1 Answers  


What is a variable declaration?

1 Answers  


What is instance example?

1 Answers  


Categories