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 is an abstract method in java programming?
What is multiple inheritance? Is it supported by java?
Why scanner is used in java?
What is the final keyword denotes?
What do you understand by the term singleton?
Which class is the superclass of all classes?
Write a java program to generate fibonacci series ?
How does linkedhashmap work in java?
Why string is not thread safe?
Can we declare an interface as final?
Why arraylist is used in java?
What is the difference between an object-oriented programming language and object-based programming language?
Where are global variables stored?
What is instanceof keyword?
how to create daemon thread in java?