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
Write a java program to count the number of words present in a string?
What is the function of static in java?
What is a singleton class? Give a practical example of its usage.
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Explain spliterator in java8?
What are different types of control structures?
What is java life cycle?
How does compareto method work?
What are byte codes?
What is a local class in java?
What is array command?
How can we make a class virtual?
What is static variable with example?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What are the super most classes for all the streams?