Is java is a fully object object oriented language?
Answer Posted / veens4444
No, Java is not fully object oriented language.
99.9% object oriented language,bcz:
if any language is fully OO lang,means everithing should be
in the form of classes and objects.but java supports
primitive datatype of variable(int,byte..) which are not in
the form of object.
what do you say???
Is This Answer Correct ? | 106 Yes | 14 No |
Post New Answer View All Answers
Can we create our own wrapper class in java?
What is protected access modifier?
How do you implement singleton class?
What is variable argument in java?
What are thread local variables?
How do you do descending order in java?
Are arrays primitive data types?
What is autoboxing in java?
Can I declare class as static or private?
What is hashing principle in java?
What is tree node in java?
Why do we need wrapper class?
What are data types in oop?
What is function and method in java?
What is outofmemoryerror in java?