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 continuity of a function?

519


Explain an intermediate language?

507


Explain the transient field modifier?

563


Difference between stack and queue?

585


What is this () in java?

577






What is java reflection api?

554


How can we make string upper case or lower case?

597


Can we use different return types for methods when overridden?

554


Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?

605


What is gc()?

577


What two classes are used to read data only?

638


When do you get classcastexception?

551


What does a method signature consist of?

508


What are the steps in the jdbc connection?

572


How do you create immutable object in java?

538