Why java is not a pure object oriented language?

Answer Posted / dhruba guha

Java is not truely object orient Progrmaing Language ebecoz

1) in OOPS everything has to be Object but java supports
Primitive data type.

2) Java does not support multiple inheritance directly,
through help of interface java support multiple inheritance.

3) java does not esupport circular inheritance.

4) in OOPS everything need to be store heap but java use 5
type of memory heap, stack, native stack, register, code
segment.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are class members by default?

839


What are basic keywords?

777


Is java good for beginners?

749


How does java enable high performance?

917


What is balanced tree in java?

696


How do I get a substring?

722


Can we serialize singleton class?

754


Which collection does not allow duplicates in java?

696


What does file separator do in java?

724


Why is it called a string?

729


What does indexof mean?

707


What are keywords in java?

756


Can we extend private class in java?

754


Where is core java used?

762


Is java se open source?

753