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 will happen if static modifier is removed from the signature of the main method?
Why is sizeof not a function?
Is ++ operator is thread safe in java?
do I need to use synchronized on setvalue(int)? : Java thread
What is a finally block? Is there a case when finally will not execute?
a thread is runnable, how does that work? : Java thread
Difference between java and javascript
Difference between Preemptive scheduling vs. Time slicing?
What are parsers? Dom vs sax parser.
How many inner classes can a class have?
What is :: operator in java?
Can you give names of Container classes?
Tell me how many ways are there to initialise an integer with a constant.
What is an example of character?
What is a java string?