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 final class in java?
What are the limitations of procedural programming approach?
How many techniques can be employed to create a string object?
What is the core java?
What one should take care of, while serializing the object?
Explain what pure virtual function is?
What is mysql driver class name?
What’s the difference between unit, integration and functional testing?
Explain the scope of a variable.
What is main string [] args?
Can we declare an interface as final?
How to sort array in descending order in java?
How do you identify independent and dependent variables?
Can vector have duplicates in java?
What is data movement?