Why Java is not purely object oriented?

Answer Posted / bijay

java is not purely objaect oriented language because in
java we are using primitive data type & java does not
support multiple inheritance directly.

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a ternary operator in java?

540


What is java jit compilers?

562


Explain the difference between the public, private, final, protected, and default modifiers?

555


Give an example of call be reference significance.

613


What is the += operator called?

581






What is a singleton factory?

516


How do you avoid global variables?

545


Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?

583


What is length in java?

572


What are the different conditional statements?

563


What is a data structure java?

511


what are the methods in object?

636


write a program that list all permutations of ABCDEF in which A appears before B?

2015


What do you mean by an object in java?

637


In a container there are 5 components. I want to display the all the components names, how will you do that one?

610