java is puerly object oriented or not ?

Answers were Sorted based on User's Feedback



java is puerly object oriented or not ?..

Answer / billuyadav208

No, Java Is Not Puerly Object Oriented Because it use
primitive data types and hence is not a pure object oriented
language.

Is This Answer Correct ?    10 Yes 2 No

java is puerly object oriented or not ?..

Answer / narsimharaju

-->If we compared with previous programming languages then it is purely object oriented..

-->java it self it not a purely object oriented because the java using primitive data types..

Is This Answer Correct ?    8 Yes 0 No

java is puerly object oriented or not ?..

Answer / jitendra kumar

no ,java is not pure object orinted language,because in
java,data type is not object orinted

Is This Answer Correct ?    9 Yes 3 No

java is puerly object oriented or not ?..

Answer / sathiya

java is not purely object oriented, since it has primitive
data types.

Is This Answer Correct ?    4 Yes 0 No

java is puerly object oriented or not ?..

Answer / vivek

Java is not purely object oriented, because it is doesn't supports multiple inheritance.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is arrays aslist in java?

0 Answers  


what are the jsp tags with example?

1 Answers   Photon,


what do you understand by the term string with respect to java?

0 Answers  


Can we assign the reference to this variable?

0 Answers  


2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

0 Answers   RBS, TCS,






Explain the difference between private, public, package and protected in java?

0 Answers  


How do you check if a character in a string is a digit or letter?

0 Answers  


Is arraylist ordered?

0 Answers  


Write a program to print count of empty strings in java 8?

0 Answers  


Why java is considered as platform independent?

0 Answers  


In Serialization, whether you will use Static variables?

3 Answers   HCL,


Name the runtime exceptions that occurs frequently?

4 Answers  


Categories