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

Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

720


Explain wait() method of object class ?

904


What is encapsulation in java?

866


How to sort list of list in java?

885


What is the difference between double and float variables in java?

870


What is the difference between delete and delete[]

966


What is a java list?

831


What are strings in physics?

788


How does arrays sort work in java?

817


What is module in oop?

783


Are arrays static in java?

809


How many bits is a char?

745


Can a class be a super class and a sub-class at the same time? Give example.

1173


Can we extend singleton class in java?

761


What are nested classes in java?

832