Why Java is not purely object oriented?

Answer Posted / srikanth

sorry, the question is wrong
Java is purely Object Oriented Language.
Since, without classes and objects we can't write a
single program in java.

example of language which is not purely object oriented
language is C++.
since, in c++ we can write programs with out classes and
objects.

Is This Answer Correct ?    60 Yes 306 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of static method?

764


What is the purpose of skeleton and stub?

819


Can a method be overloaded based on different return type but same argument type?

739


Difference between overriding and overloading in java?

827


How do you ensure that n threads can access n resources without deadlock?

1082


In a class implementing an interface, can we change the value of any variable defined in the interface?

728


What restrictions are placed on method overloading?

881


What is stream api in java8?

777


Is alive method in java?

727


What about member inner classes?

868


What is the full name of java?

811


How many arguments can a method have java?

803


What is scope & storage allocation of global and extern variables? Explain with an example

791


What does yield method of the thread class do?

765


What is function and its uses?

793