java is fullu object oriented or pure? why?

Answer Posted / k.manivannan

java is not pure object oriented language.b'coz java supports premitive data types.java claims to be a ool but by it inclusion of basic types that are not object.it fails to meet forth quality.
a pure oopl supports these are all,
1.encapsulation and information hiding
2.polymorpism and dynamic binding
3.Inheritance
4.All premitive types are object
5.all operators perform by sending msg to object
6.all user-defefined types are object.

we doesnt considered forth point java is pure oopl

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is final class?

577


What is nullpointerexception in java?

526


When arithmeticexception is thrown?

585


What is the functionability stubs and skeletons?

684


Name four container classes.

559






How do you sort words in java?

538


What is string manipulation?

499


Why chararray() is preferred over string to store the password?

530


Differentiate between a class and an object.

567


Where is java located?

501


What is meant by distributed application? Why are we using that in our application?

554


How to sort list of list in java?

663


Is int a class in java?

531


Difference between concurrent hashmap and hashtable and collections

568


Is there a sort function in java?

577