Is java is a fully object object oriented language?
Answer Posted / delnaz
Java is partially object oriented because -:
1. It does not support primitive data types. Hence their
object need to be created using wrapper class.
2. A language is said to be fully object oriented if it
supports classes,objects,inheritance and polymorphism, but
java does not support multiple inheritance or operator
overloading.
3. JVM directly calls main method without calling object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you understand by overloading and overriding in java?
What are class members by default?
What are the drawbacks for singleton class?
What is parsing and its types?
Why java is call by value?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
Can array grow dynamically in java?
What is an example of a boolean?
What is incompatible types in java?
What is difference between protected and private?
What are the object and class classes used for?
Are arrays classes in java?
What does .equals do in java?
How will you add panel to a frame?
Why we use protected in java?