+ 2

Why Java is not fully object oriented ?

Java Questions

19th Feb 2020, 6:49 PM
suvam kumar sahoo
suvam kumar sahoo - avatar
9 odpowiedzi
+ 6
Why do you say Java is not fully object oriented? Avinesh Ohh
19th Feb 2020, 6:54 PM
Kevin ★
+ 6
It is because of the primitive data types which do not have corresponding classes for them. Though we have wrapper classes for every primitive type but every object of the wrapper class undergoes unboxing internally before any operations are performed on it and autoboxing is done before they return any value. So internally they do not behave as objects and are dealt as primitives.
19th Feb 2020, 6:58 PM
Avinesh
Avinesh - avatar
+ 5
Because java has primitive data types
13th Mar 2020, 5:30 PM
Ketul Patel
Ketul Patel - avatar
0
Which languages are purely Object Oriented?
19th Feb 2020, 11:00 PM
Talha Yilmaz
Talha Yilmaz - avatar
0
Tital:bulk sms companies | Ratsms Among the top bulk SMS companies, Bulk-SMS.Services stands out for its reliability, support, and innovative features. We serve industries like retail, education, finance, and healthcare with top-tier SMS delivery. Our platform handles both promotional and transactional messages, ensuring your content reaches the right users on time. With real-time tracking, easy API integration, and custom campaigns, we’re more than a vendor—we’re your communication partner. Whether you need to run mass campaigns or integrate SMS into your app, our solutions scale with your business. Join thousands who trust us as one of India’s leading bulk SMS companies. Url:https://bulk-sms.services/ Tags:Bulk sms,Bulk message
10th Sep 2025, 5:48 AM
sam theo
sam theo - avatar
- 2
Because in JAVA we use data types like int, float, double etc which are not object oriented, and of course is what opposite of OOP is. That is why JAVA is not 100% objected oriented.
20th Feb 2020, 5:22 PM
Rodesh Rai
Rodesh Rai - avatar