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
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
How many static init can you have?
What is the difference between jvm and jre? What is an interface?
What are the benefits of operations?
What two classes are used to read data only?
Why there are some null interface in java? What does it mean?
What are the 2 types of java programs?
Can extern variables be initialized?
What are the advantages of user defined functions?
What is meant by data hiding in java?
How to split a string in java?
What is main string [] args?
what is mena by object block any what is the use of that
What is anonymous inner class?
Does constructor creates the object ?