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
Difference between current previous versions of Java?
extending thread class or implementing runnable interface. Which is better? : Java thread
Can you make a constructor final?
Explain the inheritance?
What is default exception handling in java?
Can a set contain duplicates?
What is listnode in java?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
How do you take thread dump in java?
Is java util regex pattern thread safe?
Will the jvm load the package twice at runtime?
What is oops in java?
Explain the access modifiers for a class, method and variables?
What is parameters example?
Is alive method in java?