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 is the size of string?

566


What is java util concurrentmodificationexception?

504


What are the parts of methodology?

549


Which package has light weight components?

568


how can you catch multiple exceptions in java?

543






What is the driver class?

569


Why do we need array in java?

537


How many ways can you break a singleton class in java?

490


Should database connections be singleton?

570


What are the two categories of data types in the java programming language?

510


How can we avoid including a header more than once?

615


What is the use of static methods?

593


Is string an object?

659


Is static a keyword in java?

528


what is the purpose of "virtual"?

574