why is java not 100% oops?

Answers were Sorted based on User's Feedback



why is java not 100% oops?..

Answer / krishna kulkarni

Java included primitives types, In java we can't use
primitive types directly so we need to use wrapper classes
to convert primitive to object. So java is not purely object
oriented.

Is This Answer Correct ?    14 Yes 1 No

why is java not 100% oops?..

Answer / priya

Primitive data types, such as int, char, boolean are not
Objects, which are used by Java. It is why Java is not
a "pure object oriented programming language".

Is This Answer Correct ?    6 Yes 0 No

why is java not 100% oops?..

Answer / vishal

in java,we use pmimitive types values in class so we can not say that java is fully oop.

Is This Answer Correct ?    2 Yes 1 No

why is java not 100% oops?..

Answer / manishsoni

"java is pure oriented programming language".
it is said in E_balagursawmi at first chapter ...
how can this possible....
tell me friends...
at monupanhar@yahoo.com

Is This Answer Correct ?    0 Yes 7 No

why is java not 100% oops?..

Answer / dinesh

in java we dont use the multiple inhritence so it is not the
fully opps

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More Java Related AllOther Interview Questions

What is web container in java?

0 Answers  


What is jdk jre and jvm?

0 Answers  


Why dependency injection is used in java?

0 Answers  


What is lsdou? : java security

0 Answers  


is hibernate a technology or framework?

4 Answers  






What is meant by annotation in java?

0 Answers  


What is Map,List,hashtable,ArrayList and difference between them??

0 Answers   Cap Gemini, TCS,


What gives java it’s “write once and run anywhere” nature?

0 Answers  


What is the difference between a jdk and a jvm?

0 Answers  


what is constructer?what are the type of constructer with example.

6 Answers  


What is jpa used for?

0 Answers  


What is the use of rs next () in java?

0 Answers  


Categories