Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / kumaresh
yes,java is pure object oriented language...
because all our codes are written within the class.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of using break in each case of switch statement?
Which collection allows duplicate values in java?
Describe the various concepts related to object oriented programming (oop).
What is the difference between inheritance and encapsulation?
Should you use singleton pattern?
Which access specifier can be used with class ?
What is variable explain?
How many types of design patterns are there?
What is the difference between procedural and object-oriented programs?
What is append function?
what methods would you overwrite in java.lang.object class?
What is skeleton and stub? What is the purpose of those?
Why wait and notify methods are declared in object class?
What if static is removed from main method?
Is finalize() similar to a destructor?