Is Java is 100% pure OOPS? Explain?

Answer Posted / sumit

NO, java is not 100% oops because
1) it doesn't support directly multiple inheritance(using interface for multiple inheritance)
2) we cannot overload operators.
3) it allows static methods to cal without creating the instance.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between overriding and overloading cases?

590


what is the significance of listiterator in java?

611


What is difference between hashset and hashmap in java?

460


What is the flag in java?

602


Can we sort hashset in java?

620






Should database connections be singleton?

563


Can we synchronize static methods in java?

593


Why should I use abstract class?

561


Why char array is preferred over string for storing password?

579


Does substring create a new object?

523


Why 1 is not a prime number?

545


'A class is a template for an object' explain this statement.

540


What is a function in java?

562


What are exceptions

636


Can singleton class be serialized?

509