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
List out five keywords related to exception handling ?
Why java is object oriented?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is difference between == and === in js?
What is operator overloading. Is it is supported in java?
What is the default access specifier for variables and methods of a class?
What are the differences between getting and load method?
What is currentthread()?
What is the advantage of preparedstatement over statement?
When parseint method can be used?
What is the equal sign?
What is boolean data type in java?
What is arraylist class in java?
What is primitive array?
Why is flag used in java?