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
Can a vector contain heterogenous objects?
Give a practical example of singleton class usage?
What do heavy weight components mean in java programming?
What is a method signature java?
How do you override a method?
What is the current version of java?
What does compareto () do in java?
What are static methods?
What is the difference between equals() and == in java?
Explain about fail fast iterators in java?
What is the difference in between cpp and java? Can u explain in detail?
Is it possible to compare various strings with the help of == operator?
What is the purpose of the return statement?
Can we use string in the switch case?
Using callable statement how can you pass out parameters, explain with example?