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 are the limitations of javascript?
What is double exclamation point?
What is called variable typing in javascript?
What value does prompt() return if the user clicked the cancel button?
how to run the servlet in tomcat
Where is javascript used most?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.
Which built-in method reverses the order of the elements of an array?
a code in vb script, which creates a table of 5*2 in html this is a static table, one more same dynamic table, as we give input the table should get created.
What is variable typing in javascript?
Is javascript backend or frontend?
What is event in javascript?
What are the main uses of javascript?
What is the use of type of operator?
What is undefined value means in javascript?