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 are alternatives to java serialization?
What is the default size of arraylist in java?
Why is stringbuffer not immutable?
Differentiate between vector and array list.
How do you define a set in java?
How can we create objects if we make the constructor private ?
Can we declare a class as abstract without having any abstract method?
Explain an intermediate language?
What are the characteristics of java?
Can we override compareto method?
Where we write javascript code in html page?
Can we use String with switch case?
Can static methods be inherited?
Describe different states of a thread.
What are the major advantages of internal iteration over external iteration?