java is pure object oriented or not?

Answers were Sorted based on User's Feedback



java is pure object oriented or not? ..

Answer / vish

Yes, Java is completely object oriented...! OOPS principle says that data should control the code that in java happens, while in procedural languages code control the data.

Even the primitive datatypes in java like int are represented in object, see wrapper classes.

Finally its follow, all OOPS principal, like Encapsulation, Polymorphism and Inheritance.

Is This Answer Correct ?    5 Yes 1 No

java is pure object oriented or not? ..

Answer / anjireddy

Yes, Java is completely object oriented..

Because data should control the code...

Finally all oops principal, Like Encapsulation, polymorphism, Data Abstraction and Inheritance

Is This Answer Correct ?    1 Yes 0 No

java is pure object oriented or not? ..

Answer / nithi

Java is not pure object oriented language.It have primitive data types. the pure object oriented language is the one which uses all the concepts of oops and use objects.but in the other case when the java uses wrapper classes for primitive data types, it will use everything as class and objects and become pure object oriented language..

Is This Answer Correct ?    1 Yes 1 No

java is pure object oriented or not? ..

Answer / pks

java is not an pure oops language, because it support primitive data type. such as int, byte,long..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What will happen if an infinite while loop is run in Javascript?

0 Answers  


What is null in javascript?

0 Answers  


what does javascript null mean?

0 Answers  


What is are the types of the pop up box es available in javascript?

0 Answers  


What's the Difference Between Class and Prototypal Inheritance?

0 Answers  






What is the difference between programing language and scripting language.?

3 Answers   Reliance, TCS,


Which built-in method returns the character at the specified index?

0 Answers  


What are the four basic data structures in javascript?

0 Answers  


find the common prime divisors of two given numbers

0 Answers  


List some of the advantages of javascript.

0 Answers  


Which symbol is used for comments in Javascript?

0 Answers  


Which built-in method returns the calling string value converted to upper case?

0 Answers  


Categories