Why Java is not purely object oriented?

Answer Posted / rohit jadhav

Java is not a puerly object oriented language because the
concept of pointers is not used in java. Also, we cannot
implement multiple inheritance in java using only classes
and not an interface.

Is This Answer Correct ?    18 Yes 67 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the default and parameterized constructors?

790


Can we define a package statement after the import statement in java?

822


What are invisible components?.

1887


What Is Composition?

793


What is object in java?

760


What about interrupt() method of thread class ?

829


Is heap stored in ram?

712


What does isempty () do in java?

807


What is the purpose of void?

741


What are the types of literals?

799


What does t in java mean?

741


What is the purpose of nested class in java?

812


What is meant by data hiding in java?

854


What environment variables are required to be set on a machine in order to run Java programs?

858


Is char * a string?

744