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’s the difference between constructors and other methods?
How do you use substring in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is immutable data?
How is tree Mirroring implemented?
What is OOP's Terms with explanation?
How can an exception be thrown manually by a programmer?
Why declare Main() method as a static in java ?
Is java an open source?
can rmi and corba based applications interact ?
What is the difference between hashmap and hashtable? What is an interface?
What does int [] mean in java?
Can we have try without catch block?
Is java a pure object oriented language?
What is the replace tool?