Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / vasavi
Java is pure object oriented because java will allow the
data representation inside the classes only.
Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
What is a type parameter in java?
What is the class in java?
How a string is stored in memory?
What is the do while loop syntax?
How can we make copy of a java object?
What access modifiers can be used for variables?
Is the empty set a singleton?
Tell me about different OOPS concepts.
how to create constants in java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is the purpose of garbage collection in java?
How is abstraction implemented in java ?
What is string data type?
Why collection is called framework in java?
What is java thread dump, how can we get java thread dump of a program?