Answer Posted / prashant khot
No. Java is not 100 % Pune OOP because of following three
reasons:
1) It doesnot support Multiple inheritance.
2) It allows use of primitive data types which are not an
objects.
3) It allows static methods to call without creating the
instance. This disobeys OOPs concepts.
| Is This Answer Correct ? | 48 Yes | 7 No |
Post New Answer View All Answers
What is core java used for?
Why declare Main() method as a static in java ?
Do I need java on my pc?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
What is the common usage of serialization?
What is a pointer and does java support pointers?
Give an example of use of pointers in java class.
What is bufferedwriter?
What is an exception? difference between Checked and Unchecked exception in Java
What will happen to the exception object after exception handling?
Is java 11 paid version?
What’s the difference between callable and runnable?
If try block is successfully executed, Then Is Finally block executed?
Give few examples of final classes defined in Java API?
Can you write a java class that could be used both as an applet as well as an application?