Why Java is not purely object oriented?

Answer Posted / n.prabakaran

java is an not purely object oriented language.c++ is an
purely object oriented language.Because of java support OOPs
principles and others concept support that reason only java
is an not purely obj oriented language.

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 formatted output?

514


What is the multi-catch block in java?

538


If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?

714


How to compare two strings in java program?

675


Why do we need hashmap in java?

559






What is the difference between JDBC 1.0 and JDBC 2.0?

2716


What is the maximum size of a string in java?

551


In a container there are 5 components. I want to display the all the components names, how will you do that one?

606


How do you allocate memory to object?

521


What is the meaning of I ++ in java?

609


What is functional interface in javatpoint?

516


What is the difference between a choice and a list?

608


What is the difference between interface & abstract class?

562


Is java 1.7 the same as java 7?

539


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

700