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
Give few examples of final classes defined in Java API?
Why bytecode is called bytecode?
What are the features in java?
When arithmeticexception is thrown?
What type of language is java?
Can we override private constructor in java?
Why charat is used in java?
Explain about public and private access specifiers?
Is string is a keyword in java?
Which language is java?
What is string :: npos?
What is ascii code?
What is the static method?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What are different types of control structures?