Why Java is not purely object oriented?
Answer Posted / sujith
Java is not purely objected oriented because it does not support multiple inheritance and operative overloading. But multiple inheritance is possible with the help of interfaces.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between arraylist and vector.
What is regex used for?
What is a void method?
Is list thread safe in java?
What is the program compilation process?
What are void methods?
What are the restriction imposed on a static method or a static block of code?
What are different types of arrays?
Define nashorn in java8.
What are dot operator queries?
Explain importance of finally block in java?
how to create constants in java?
What happens when main () method is declared as private?
How to find the index of the largest number in an arraylist java?
What is a short in java?