Why Java is not purely object oriented?
Answer Posted / naresh joshi
java is not purely object oriented language ,because it
does'nt support all feature of OOPs theory
e.g. multiple inheritence , operator overloading
and also everything in java is not object like primitive
datatypes
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
what is the difference between the methods sleep() and wait()? : Java thread
How would you convert bytes to string?
Explain oops concepts in detail?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Can a method be static?
When is the finalize() called? What is the purpose of finalization?
What is advantage of java?
Can we extend singleton class in java?
What is the difference between exception and error in java?
Write the algorithm to check the number non-leaf nodes in a tree.
Why we use protected in java?
Difference between ‘>>’ and ‘>>>’ operators in java?
What are identifiers in java?
What is OOP's Terms with explanation?