Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / siva parvathi
yes,yes,java is pure object oriented language...
because all our codes are written within the class.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How much ram can a 64 bit processor theoretically?
Define jit compiler?
What is sorting algorithm in java?
Why strings in java are called as immutable?
What is the similarity between dynamic binding and linking?
Explain different types of thread priorities ?
Why wait and notify methods are declared in object class?
When is finally block not called?
What is arrays aslist in java?
What is the public method modifier?
Why multiple inheritance is not supported by java?
Can private class be extended java?
Why is stringbuffer not immutable?
What are the types of inner classes (non-static nested class) used in java?
What is constructor chaining and how is it achieved in java?