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 are thread safe functions?
Which java ide is used the most?
What is the tradeoff between using an unordered array versus an ordered array?
How to perform merge sort in java?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What is binary tree in java?
What is the use of join method?
What is the internal implementation of set in java?
Write a method to check if input string is palindrome?
What is the purpose of using break in each case of switch statement?
What are keywords in programming?
Explain about arraylist?
What is parsing in grammar?
How do you do math powers in java?
What is regex java?