Why Java is not purely object oriented?

Answer Posted / rohit pachouli

java is not pure object oriented language because there are
some resons.........
1.it uses primitive data types whic are not object.
2. Java uses static keyword. when we use static keyword
that there is no need of object
3. Not use of mutltiple inheritnce.
4.main reson is in object oriented everything is done in
class but java in case of interfaces and other programs
programming is done out of class.
so java is not pure object oriented

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of the java.rmi.naming class?

532


Compare Mutex and Semaphore in java.

562


What is a marker interface?

580


Is string a class?

560


What is considered an anti pattern?

531






Difference between comparator and comparable in java?

623


Why should I use abstract class?

575


What is a two-pass assembler?

611


Can we sort a map in java?

578


What is the purpose of a transient variable?

588


How to display all the prime numbers between 1 and 100

509


How to optimize the javac output?

602


Why set is used in java?

573


What are the main differences between notify and notifyAll in Java?

587


What is a java lambda expression?

562