Is java pure object oriented or not? if yes, give the valid
reason.

Answers were Sorted based on User's Feedback



Is java pure object oriented or not? if yes, give the valid reason...

Answer / ramesh bhardwaj

Java is not pure object oriented programming language because ,It is used Primitive Data Type

Is This Answer Correct ?    1 Yes 2 No

Is java pure object oriented or not? if yes, give the valid reason...

Answer / guest

yes, JAVA is pure object oriented Because a large application
consists of components objects, which interact with each
other. These components can be used to develop various
applications.

Is This Answer Correct ?    4 Yes 7 No

Is java pure object oriented or not? if yes, give the valid reason...

Answer / brijendra kumar(java xavient)

No,
java is not pure object oriented programming language
because java does not support the pointer concept.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Core Java Interview Questions

Can we override private method in java?

0 Answers  


Why hashmap is used in java?

0 Answers  


Is singleton class immutable?

0 Answers  


How dead lock situation occurs in java and how you can identify it?

0 Answers  


What do you mean by multithreaded program?

0 Answers  


How to sort the elements in HashMap

3 Answers   Ness Technologies,


Explain wait(), notify() and notifyall() methods of object class ?

0 Answers  


What is the use of static import ?

4 Answers   Rolta,


what is Remote Reference Layer ?

1 Answers  


How do you write a scanner class in java?

0 Answers  


What are singleton services?

0 Answers  


Can an integer be a string?

0 Answers  


Categories