What is the multilevel inheritance. and also give the Example
of it ?
Answer Posted / guest
a multilevel inheritence is one in which there exist one base
class ,one derived class and multiple intermediate base class.
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Explain the importance of finalize() method.
Write a program to print the pattern given below
What is a blocking method in Java?
What is difference between filereader and bufferedreader?
What are autoboxing and unboxing? When does it occur?
What is native method in java?
What are locale settings?
Difference between concurrent hashmap and hashtable and collections
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What is jvm? How its run?
What is the definition of tree ?
Can a list be null in java?
What is string in java?
Can an object be null?
What is double checked locking in singleton?