Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / mishal tripathi
No, it is not purely object oriented because of primitive
data types.
Is This Answer Correct ? | 30 Yes | 15 No |
Post New Answer View All Answers
What is finally in Java?
What are different types of references?
What is the difference between an array and an array list?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is double data type?
Can anonymous class have constructor?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What is difference between core java and java ee?
What are the benefits of java?
What is the difference between an argument and a parameter?
What data structures are used to perform recursion?
How to print nodes of a Binary tree?
What is an array in java?
What are different type of exceptions in java?
What are static methods?