Is Java is 100% pure OOPS? Explain?

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


Please Help Members By Posting Answers For Below Questions

What does string mean in java?

808


What is the purpose of the enableevents() method in java programming?

784


Difference between vector and arraylist.

756


What does bitwise or mean?

790


What is diamond operator in java?

694


Explain java coding standards for interfaces?

835


How to print nodes of a Binary tree?

1979


How does split work in java?

718


Why singleton is not thread safe?

756


How to perform selection sort in java?

768


What is "this" keyword in java? Explain

853


Is string a class?

726


What is math floor in java?

654


Which package is imported by default?

819


What happens if constructor is private?

763