Is java is a fully object object oriented language?
Answer Posted / sravanthi
java is not fully supported oops concepts.
be'z several features like ... multiple inheritence &
operator overloading ... are not supported by java.
even java contains non-object premitive datatypes..
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
Can final class have constructor?
How do you square a number?
What is autoboxing in java?
Write a program to find the greatest of three numbers in java?
Can a lock be acquired on a class in java programming?
What is string pool?
design an lru cache in java?
How do you sort a list in java?
Give me some null interfaces in java?
What causes memory leaks in java?
What does flag mean in java?
What is the difference between comparison done by equals method and == operator?
I want to persist data of objects for later use. What’s the best approach to do so?
What is the use of pattern in java?
What is the purpose of sizeof operator?