Is java is a fully object object oriented language?
Answer Posted / b.santhosh kumar
Java is not a fully object oriented language because of the
following reasons:
1)It uses primitive data type like int,float which are not
object
2)It does not support operator overloading multiple inheritance.
3)It allows static methods to call without creating the
instance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is 64bit faster than 32 bit?
Explain the selection sort algorithm and state its time complexity?
What is the latest version of java?
What is polymorphism java example?
What is hashmap and map?
What is this keyword used for?
What is included in core java?
What if static is removed from main method?
What is generic type?
What is the length of a string?
How do you sort a string in alphabetical order in java?
How do you add an arraylist to an array in java?
Explain implementation and how is it different from conversion?
How do you sort in descending order in java using collections sort?
Why java uses the concept of the string literal?