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
Can we declare an array without size in java?
Explain the importance of join() method in thread class?
What does nullpointerexception mean?
You're given a Boolean 2D matrix, can you find the number of islands?
When will we use them?
What is the importance of static variable?
What is boolean false?
What about anonymous inner classes in java?
What is the maximum size of a string in java?
What are the files generated after using IDL to java compiler?
What is a void in java?
Write a program in java to create a doubly linked list containing n nodes.
Can a private method be declared as static?
How does a for loop work?
What do you understand by overloading and overriding in java?