Why Java is not purely object oriented?
Answer Posted / anjali purwar
Yes, JAVA is not purrely Object oriented because of the use
of primitive data types like char, int,bool,etc.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Can a class have multiple superclasses?
What is the difference between exception and error in java?
How many decimal places is a double?
What happens if constructor is private?
Why singleton pattern is better than creating singleton class with static instance?
What is java english?
How is hashcode calculated in java?
what state does a thread enter when it terminates its processing? : Java thread
How can you traverse a linked list in java?
Is heap stored in ram?
What is a war file?
What is the use of beaninfo?
Explain importance of finally block in java?
What are the files generated after using IDL to java compiler?
What is == in java?