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 a Null object?
Difference between throw and throws?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
Which category the java thread do fall in?
Explain working of call by reference function invoking.
What is role of void keyword in declaring functions?
Explain the different forms of polymorphism?
What is the this keyword?
Why main method is called first in java?
How does singleton class work?
What is difference between fileinputstream and filereader in java?
Explain how can you debug the Java code?
Why can't we override private static methods?
What is a “stateless” protocol ?
What is exception propagation?