Why Java is not purely object oriented?
Answer Posted / abhijit sawant
I think java is not purely object oriented bcoz there are
some concepts which are not implemented in java like
multiple inheritance.
we can implement it by using the concept interface.
we cannot implement it directly so the java is not purely
object oriented.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the main uses of java?
What is busy spin, and why should you use it?
What is Session reduplication and how its done?
What is encapsulation in java?
What do you mean by checked exceptions?
Write a program to print 15 random numbers using foreach of java 8?
Explain creating threads by extending thread class ?
Why is singleton not thread safe?
How many ways can you break a singleton class in java?
What is final access modifier in java?
What does %d do in java?
Where is the singleton class used?
What is the purpose of javac exe?
Why is a string immutable?
Write a program to check string is palindrome without using loop?