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 synchronization and why is it important in java programming?
What lambda means?
What is unmodifiable list in java?
What are the steps in the jdbc connection?
What is a condition in programming?
What is bitwise complement?
Is arraylist ordered?
What is thread pool in java with example?
Why we used vector class?
What are byte codes?
How would you convert bytes to string?
What is return data type?
What are the different types of collections in java?
How can I become a good programmer?
Does unicode support all languages?