Why Java is not purely object oriented?
Answer Posted / bijay
java is not purely objaect oriented language because in
java we are using primitive data type & java does not
support multiple inheritance directly.
Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is the new line character?
What is a method signature java?
What do you mean by byte code?
How we create object in copy constructor?
What is the purpose of garbage collection in java, and when is it used?
What is better - 'bit-shift a value' or 'multiply by 2'?
Why vector is used in java?
What is multithreading in java?
Is java owned by oracle?
Why parameters should be passed by reference?
What is parameters example?
Where are global variables stored?
What is an exception in java?
What is the method overriding?
What is an enumeration?