Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / seshu godavarthi
java is not pure object oriented programming language,becoz
datatypes in java are not objects
| Is This Answer Correct ? | 20 Yes | 12 No |
Post New Answer View All Answers
What is java and its types?
Is stringwriter thread safe?
What are the different types of multitasking?
What is the java virtual machine?
What are the features of java?
What is purpose of find feature?
What is data structure in java?
When should I use a singleton?
How to access arraylist elements in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What is the difference between class forname and new?
What is treemap in java?
What is double data type?
What do you mean by global variable?
do I need to use synchronized on setvalue(int)? : Java thread