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 thread? : Java thread
How many types of keywords are there?
Does importing a package imports its sub-packages as well in java?
What is a generic code?
What is bytecode in java ?
Write a java program to count the number of words present in a string?
Write a code to create a trigger to call a stored procedure
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What do you know about the garbage collector?
what are the methods in object?
What are the procedures?
What is the use of default method in interface in java?
Can long be null in java?
What is the difference between final, finally and finalize() in java?
What are data types in oop?