Is java supports multiple inheritance? explain?
Answer Posted / anil singh(kushinagar)
No!. Java support multi_lable,single inheritence but not
multiple inheritence.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is integer a class?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
Can we call the run() method instead of start()?
What is the gregoriancalendar class in java programming?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What class of exceptions are generated by the java run-time system?
What is the collection interface?
What is bufferedreader in java?
Why method overriding is used?
Define jre i.e. Java runtime environment?
Tell me about different OOPS concepts.
What is the advantage of functional interface in java 8?
What is the difference between a switch statement and an if statement?
Can we increase size of array?
What is difference between wait and notify in java?