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
Explain with an example the use of event handlers in javascript.
If you need to hide the javascript code from the older browser versions, how will you perform it?
What are the decodeURI() and encodeURI()?
What are data structures in javascript?
What are the string methods?
What is Currying in Javascript?
What are math constants and functions using javascript?
What are the javascript objects?
What is a javascript symbol?
What is null in js?
Should I disable javascript?
What does parse Query String return in javascript?
Describe what u had done today?
Who introduced javascript?
How do I link an external javascript file to html?