Why Java is not purely object oriented?

Answer Posted / hitesh singh

It is true Java is not purely object-oriented programmig
language because everything is not
in an object. e.g: Java allows you to declare variables of
primitive types i.e int, float, boolean, etc. that aren't
objects. And Java has static keyword which allow user to
create static methods and variables, which are independent
and separate from objects.we cannot implement multiple
inheritance in java using classes and if we want to perform
multiple inheritance in java program so that we have to go
for inferface scenario.In java, there is only way to
implement mutiple inheritance in java.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many unicode characters are there?

786


How do you end a program?

750


Can we synchronize static methods in java?

788


Which graphs are functions?

705


How do you invoke a method?

733


Explain all java features with real time examples

1436


When will we prefer to use set and list in java and why?

710


What is static data type in java?

759


What is computer compiler?

740


Which sorting is used in arrays sort in java?

855


Why java does not support pointers?

770


What is boolean logic?

758


What is the buffer limit?

753


Explain the concept of hashtables?

824


Can a class extend more than one class?

836