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

What is the java virtual machine?

0 Answers  


Difference between object instantiation and construction ?

0 Answers  


What is the importance in context in JDBC connection pools?

2 Answers   iFlex,


How do you set security in applets?

1 Answers   Wipro,


What is the internal implementation of set in java?

0 Answers  


what is multithreading?

5 Answers   Virtusa,


Linked List reverese program

2 Answers   Bally Technologies,


what is the major difference between linkedlist and arraylist in java?

0 Answers   IBS,


how to create a jar file in java

1 Answers  


When do we need to use internal iteration? When do we need to use external iteration?

0 Answers  


What is java volatile?

0 Answers  


What is a treeset in java?

0 Answers  


Categories