Can any one tell me how Java is purely an Oops language
Answer Posted / nils
java is pure oops language means every thing it represent
that is in the form of classes and objects.
even data types in the java are the object of
class "class" for more details refer suns java api
documentation in java.lang.class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is undefined value means in javascript?
What is the difference between sessionstate and viewstate?
Are javascript variables global?
What is the scope of variables in JavaScript?
Which is better for or foreach in javascript?
What is the role of a strict mode in javascript?
Should you use var or let?
What are nodes in javascript?
What is === in javascript?
What is a currying function?
How to have the status line update when the mouse goes over a link (the support of the status line is sporadic)?
Why typeof null is object?
What is the reason for wrapping the entire content of a javascript source file in a function book?
What is hoisted in javascript?
What is 'use strict'?