
can you tell me about why java is not 100% object oriented language

Hi Friend,
Java is an OOP language but not a 100% object oriented programming language, because it does not contain all the values in objects. It contains 8 primitive data types,which cannot be used as objects.
The basic numeric types such as int, long, double, etc., are not objects and need to be "boxed" into objects in order to pass them as Object parameters or call methods on them.
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.