Why Java is not purely object oriented?
Answer Posted / ravikiran
Because it doenn't support multiple inheritence in a direct
manner,Even though interfaces used for the purpose
And it doesn't support pointers
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Write a function for palindrome and factorial and explain?
What is an abstract class and what is it’s purpose?
What is main method?
Is int primitive data type?
How do you remove spaces in java?
Explain when noclassdeffounderror will be raised ?
Does java vector allow null?
What is a class instance variable?
Does java isempty check for null?
State some situations where exceptions may arise in java?
Can we call virtual funciton in a constructor ?
What is the default size of arraylist in java?
Why is stringbuffer not immutable?
Why are arrays useful in java?
What is difference between c++ and java ?