Why Java is not purely object oriented?

Answer Posted / naresh joshi

java is not purely object oriented language ,because it
does'nt support all feature of OOPs theory
e.g. multiple inheritence , operator overloading
and also everything in java is not object like primitive
datatypes

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to print the pattern given below

499


List some important characteristics on jre

596


What is the java reflection api? Why it’s so important to have?

565


Can we overload final method in java?

557


Explain heap sort?

704






What is the use of bufferedreader?

535


What package is math in java?

539


What is rule of accessibility in java?

545


What is the method overriding?

624


How do you create a method in java?

547


How much ram can a 64 bit processor theoretically?

468


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

700


What's the access scope of protected access specifier?

535


What is keyword auto for?

646


Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?

609