Is java is a fully object object oriented language?
Answer Posted / raktim mukherjee(con.begrip )
Hi Friend,
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.
Thanks n enjoy java.....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you understand by Header linked List?
What does indexof mean?
Is 0 an irrational number?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Which is a valid identifier?
What is passed by reference and pass by value ?
Are arrays immutable in java?
What is class forname used for?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What initialize variables?
What is stack class in java?
If we don’t want some of the fields not to serialize how to do that?
What is the final keyword in java?
Can main() method in java can return any data?
What are the changes in java.io in java 8 ?