Is Java 100% Object Oriented | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is Java 100% Object Oriented

Every program in java is written inside class is it means that java is 100% OO? or is there any way to omit classes.

6th Apr 2018, 6:58 AM
Musa Hodman
7 Answers
+ 2
no, primitive data types are not objects
6th Apr 2018, 7:09 AM
Jeremy
Jeremy - avatar
+ 1
no, why would you wanna do that?
6th Apr 2018, 7:12 AM
Jeremy
Jeremy - avatar
+ 1
yeah exactly what I hope
6th Apr 2018, 7:14 AM
Musa Hodman
+ 1
According to my knowledge.. if I'm wrong pls correct me.. there are two thing everyone must hered.. i.e 1 object based. 2 object oriented. 3. true object oriented. 1--> which language does not support two feature of oops -->INHERITANCE. -->DYNAMIC BINDING. 2..java is object oriented language.. likes c++,c#;.... 3 eq is small talk.. java is not true object oriented.. but whenever java want.. it come under the category of True Object oriented.... because these of the wrapper class... now your second question answere java is a open source technology.. it means you can see the code of.. 5000 more classes..
6th Apr 2018, 11:01 AM
Arun Tomar
Arun Tomar - avatar
0
Is there any way to skip using classes in program @Jeremy
6th Apr 2018, 7:12 AM
Musa Hodman
0
No, Java is not a 100% Object Oriented
6th Apr 2018, 7:15 AM
shubhranshu shekhar
shubhranshu shekhar - avatar
0
java is not 100℅ OO because java doesn't support primitive type as object but we can make using wrapper class.
6th Apr 2018, 11:44 AM
Rkumar
Rkumar - avatar