Why Java is not purely object oriented?
Answer Posted / devarathnam
Hi... Java is not 100% object oriented ,because JAVA
doesnot support multiple inheritance directly.
| Is This Answer Correct ? | 74 Yes | 31 No |
Post New Answer View All Answers
What is bitwise complement?
Explain about the main() method in java?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
What is meant by memory leak?
What is the static field modifier?
Can we pass a primitive type by reference in java? How
What is application tier?
How can we make string upper case or lower case?
Can the garbage collection be forced by any means?
Which package is imported by default?
What is the functionality of the stub?
State the significance of public, private, protected class?
How to store image in arraylist in java?
What is the use of using enum to declare a constant?