Is java is a fully object object oriented language?
Answer Posted / divya
Hi Friends,
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.
Thank you
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of find and replace?
What is tochararray in java?
Can we override constructor in java?
What is the do while loop syntax?
What are generic methods?
How to convert string to byte array and vice versa?
what is the use of bean managed and container managed with example?
What is the disadvantage of java?
How can we create objects if we make the constructor private ?
What are the three best choices for a development environment?
what are different ways in which a thread can enter the waiting state? : Java thread
What is the history of java?
What is the use of 'super' keyword inside a constructor?
What is meant by flickering?
Is java hashset ordered?