whether java is fully object oriented language or partially
object oriented language

Answers were Sorted based on User's Feedback



whether java is fully object oriented language or partially object oriented language..

Answer / govindaraj

java partially "ool" because it supports primitive data type also [ means not only class done all process . int,float also used to process so that say]

Is This Answer Correct ?    21 Yes 2 No

whether java is fully object oriented language or partially object oriented language..

Answer / maninder kaur

java partially "ool" because it supports primitive data type also [ means not only class done all process . int,float also used to process so that say]

but yes, coz we have wrapper classes to make all primitives as objects, we can considered it as a pure object oriented language.

still, there are lots of conflicts about it.

Is This Answer Correct ?    2 Yes 1 No

whether java is fully object oriented language or partially object oriented language..

Answer / prabakaran

Java is a fully Purly Object Oriented Programming Language
started from Java 5 version

because the primitive data types changes into Wrapper class
so we call as Object Oriented Programming Language

Is This Answer Correct ?    1 Yes 0 No

whether java is fully object oriented language or partially object oriented language..

Answer / rahul rastogi

Yes, Java is pure object oriented Language because in Java we can't use anything without Object.It means without object [directly or indirectly] we can't do anything.

Is This Answer Correct ?    5 Yes 10 No

Post New Answer

More Core Java Interview Questions

can any body body expalin best definitions & best real time exaples for opps concepts.

0 Answers   Accel,


What is method overriding in java ?

0 Answers  


Explain when noclassdeffounderror will be raised ?

0 Answers  


What is the symbol for average?

0 Answers  


FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?

1 Answers  


What is the difference between abstraction and encapsulation?

0 Answers  


can we access the super class method using subclass object?

4 Answers  


Can we cast any other type to boolean type with type casting?

0 Answers  


What is meant by singleton class?

0 Answers  


Why you should not use singleton?

0 Answers  


How Vector class is synchronized,How to build user defined class as synchronized?

0 Answers  


What is the difference between compile-time polymorphism and runtime polymorphism?

0 Answers  


Categories