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
Explain heap sort?
Why is a string immutable?
What is the major advantage of external iteration over internal iteration?
What is the purpose of object oriented programming?
How do you test a method for an exception using junit?
What does business logic mean?
How are variables stored?
How the interruptible method gets implemented?
Can you explain inner class.
Does apple use java?
What are the different conditional statements?
What is the output of the below java program?
How big is a gigabyte?
How do you use parseint in java?
Can a static class have a constructor java?