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
How to modify the url of the page without reloading the page?
What are the pop-up boxes available in javascript?
What are the basic groups of dataypes in JavaScript?
What are the different functional component in javascript?
What is the role of javascript in html?
What are the different boolean operators in JavaScript?
Where is javascript used most?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
What is an onclick?
Why would you use a sticky session?
What is the potential disadvantage of using a sticky session?
What is encodeuri() in javascript?
What are the new ways to define a variable in Javascript?
Is javascript a dynamic language?
What is differential inheritance?