whether java is fully object oriented language or partially
object oriented language
Answer Posted / 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 |
Post New Answer View All Answers
What is a function in java?
What is mnemonic code?
What are classloaders?
What is the multi-catch block in java?
How to convert string to byte array and vice versa?
What is OOP Language?
Difference between == and .equals() ?
What should I import for arraylist in java?
What is an eror in java?
What is the list interface in java programming?
What is java util list?
Can we define package statement after import statement in java?
What does math floor () do?
What is singleton class in ruby?
What is arrays sort in java?