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 thread safe singleton?

520


What is a values collection view ?

685


What is a functional interface?

549


What is lazy initialization in java?

558


How to create a custom exception?

576






How many bits is a string in java?

583


What are the advantages and disadvantages of reference counting in garbage collection?

582


Which access specifier can be used with class ?

539


What is the difference between array and array list in java?

607


What do you understand by looping in java? Explain the different types of loops.

569


What is boolean false?

531


Add a value x to array from index l to r where 0 <= l <= r <= n-1

633


What is variable in java?

529


Can a class have more than one object?

532


What is break and continue statement?

618