Why Java is not purely object oriented?
Answer Posted / yogesh nandal
java is not purely object oriented language because it does
not allow function overloading
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between jvm and jre? What is an interface?
What is use of set in java?
Why is logger singleton?
How do you reverse sort in java?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
Is arraylist ordered in java?
How do you check if two given string are anagrams?
What isan abstract class and when do you use it?
Can we cast any other type to boolean type with type casting?
What is class and its types?
What are different types of classloaders?
Is it necessary that each try block must be followed by a catch block?
How to access arraylist elements in java?
What is passing by reference in java?
What is "this" keyword in java? Explain