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 do you mean by access modifier?
Can we override private method in java?
What does ide stand for?
Can you instantiate the math class?
In case of inheritance what is the execution order of constructor and destructor?
Explain the importance of import keyword in java?
What is locale?
Can java run on google chrome?
What does those terms actually mean included in the j.d.k i.6?
What is the difference between static and non-static variables in java programming?
Which browsers work with java?
Can we start a thread twice in java?
What environment variables do I need to set on my machine in order to be able to run java programs?
What are the steps that are followed when two computers connect through tcp?
what is singleton class in java?