Why Java is not purely object oriented?
Answer Posted / rohit jadhav
Java is not a puerly object oriented language because the
concept of pointers is not used in java. Also, we cannot
implement multiple inheritance in java using only classes
and not an interface.
| Is This Answer Correct ? | 18 Yes | 67 No |
Post New Answer View All Answers
what is the difference between thread and runnable types? : Java thread
What is a numeric digit?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is variable in java?
What is synchronization and why is it important in java programming?
What is return type in java?
How do you find the absolute value?
What are the two ways to create a thread?
Who is founder of java?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is the main function in java?
What is the purpose of the enableevents() method?
what is instanceof operator used in java?
Is java util list serializable?
What is the largest number a double can hold?