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
Write a java program for binary search?
What is the abstraction?
What are the library functions in java?
Explain about interthread communication and how it takes place in java?
What are different types of control structures?
Explain the difference between abstraction and encapsulation.
How do singleton patterns work?
Explain the difference between arraylist and linkedlist in java?
Is passing by reference faster?
What are the loops in java?
How many bytes is a string in java?
whatis Home interface and Remoteinterface? with example?
What is the maximum size of hashmap in java?
Which graphs are functions?
Give the hierarchy of inputstream and outputstream classes.