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

Is break statement can be used as labels in java?

0 Answers  


What is fundamental datatype?

0 Answers  


Is boolean a wrapper class in java?

0 Answers  


do I need to use synchronized on setvalue(int)? : Java thread

0 Answers  


What is the purpose of the enableevents() method in java programming?

0 Answers  






how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time

4 Answers   Mind Tree,


Explain about complier design(phases)

0 Answers   Aditi Placement Service,


What are the main uses of java?

0 Answers  


How do you know if a value is nan?

0 Answers  


whats the difference between == and .equal ?

10 Answers   Cisco,


1) Find the Merge point of two linked lists. 2) Swap two bits of integer. 3) Reverse individual words of the sentence. 4) Reverse string without using temp string.

2 Answers   HCL,


How does access modifiers work?

1 Answers   Wipro,


Categories