Can any one tell me how Java is purely an Oops language
Answer Posted / ranganathkini
I VERY STRONGLY DISAGREE WITH THE PREVIOUS ANSWER!
JAVA IS NOT A PURE OOPS LANGUAGE!
Just taking the previous answer's context that every thing
in Java is an object itself is wrong. Java makes strong
distinction between primitive data types and reference
types. Hence the primitive data types are not treated as
objects.
Java provides wrapper classes that can be used to "box"
primitive data types and use them as objects.
Hence this defeats one of the main point of OOPS languages
that everything u use must be an object.
PLEASE PRACTICE CAUTION WHEN U POST ANSWERS!
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the dollar sign in javascript?
What is the difference between HTMLCollection and NodeList?
What is "this"?
What is lambda in programming?
How to accessing elements using javascript?
What is purpose of onerror event handler in javascript?
How to set the cursor to wait?
Where do I put javascript in html?
How to create array in JavaScript?
Who created npm?
Should you use var or let?
Should I learn java first or javascript?
Is javascript event driven?
what is a code in vb amount display in words
What is the difference between firstChild and firstElementChild?