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 it possible to compare various strings with the help of == operator?
What is a singleton in genetics?
Can we pass null as argument in java?
Why is boolean important?
What is a type parameter in java?
What is difference between path and classpath in java?
Why 1 is not a prime number?
What is a ?
What is generic class?
How does compareto work in java?
What are heap memory and stack memory and what are memory tables.
Why do we create threads in java?
What is the use of hashmap in java?
Why java is considered dynamic?
When object is created and destroyed?