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 is skeleton and stub?

587


Explain the difference between jvm and jre?

556


why using interface interface ?

1504


What is predicate in java?

556


Does unicode support all languages?

516






What is java util list?

487


Is main an identifier?

546


Is it safe to install java on my computer?

537


What is the benefit of abstract class?

513


What are the important methods of java exception class?

569


What is private public protected in java?

568


what is the messsage u r going to get from an objectoriented programing?

1609


What is null in java?

519


Which method cannot be overridden in java?

592


Differentiate between nested and inner class in java.

551