Why Java is not purely object oriented?
Answer Posted / hardik
Because java support Primitive type such as int,byte,long which are not objects
so java is not purely object oriented
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is command line used for?
Can we override static methods in java?
What is double parsedouble in java?
What is the function of java?
I don’t want my class to be inherited by any other class. What should I do?
What is difference between wait and notify in java?
Explain the use of javap tool.
Can static method access instance variables ?
What is blank final variable?
Are variables stored in ram?
What is the purpose of void class?
What is the implementation of destroy method in java. Is it native or java code?
Can we execute a program without main() method?
What are different data structures in java?
Explain the difference between private, public, package and protected in java?