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 Constructor possible in abstract class in java ?
Is alive and join method in java?
Does garbage collection occur in permanent generation space in jvm?
What is anagram number?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What is variable and constant explain with example?
Which is faster set or list in java?
Why do we use threads in java?
What are the pillars of java?
what do you mean by java annotations?
What is difference between add() and addelement() in vector?
Is ruby built on java?
When a byte datatype is used?
what methods would you overwrite in java.lang.object class?
What is passing value java?