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 is heap memory?
Is list thread safe in java?
How do you implement singleton class?
Why inputstreamreader is used in java?
Is java util regex pattern thread safe?
What is the symbol for space?
What are the differences between processes and threads?
how to split string in java?
What is the difference between throw and throws keywords?
How do you override a private method in java?
How do you trim a space in java?
What is the static variable?
What is main in java?
What is the different types of functions?
Where is java located?