Answer Posted / priyanka
Java is not 100% pure oops lang. as it doesnt support multiple inheritance cconcept.....but also it supports multiple inheritance through interface...but interface is not the part of oops.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are keywords in java?
Can an object subclass another object?
What is difference between checked and unchecked exception in java?
What is the difference between jfc & wfc?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is meant by design patterns?
What is structure of java heap? What is perm gen space in heap?
What is bifunction in java?
Can constructor be protected in java?
What is string buffer?
What is the intersection and union methods?
Which containers use a flowlayout as their default layout in java programming?
What are the restrictions imposed on method overriding?
Explain illegalmonitorstateexception and when it will be thrown?
What is an infinite loop? How infinite loop is declared?