Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / kumaresh
yes,java is pure object oriented language...
because all our codes are written within the class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the use of keywords in java?
Explain the difference between private, public, package and protected in java?
What is difference between char array and string?
Describe the term diamond problem.
What are internal and external variables?
What is private static class in java?
How do you check whether the list is empty or not in java?
What is use of map in java?
Can we sort array in java?
What are the advantages of autoboxing?
What is java virtual machine? Explain
What is arraylist e?
What is the latest java version?
Can a static block throw exception?
what are the states associated in the thread? : Java thread