What is the difference between java and java script?
Answer Posted / amita
java script is a scripting language, it is used for
validations, you can use some of java methods in javascript
code.
java is a structured language like c, c++.
I think you can not fetch database from Javascript but in
java code you can do so.
| Is This Answer Correct ? | 19 Yes | 7 No |
Post New Answer View All Answers
Is javascript enabled on my computer?
What boolean operators can be used in JavaScript?
What is Currying in Javascript?
What is a closure javascript? Explain
How do you sort in javascript?
What does e mean in javascript?
What are the scopes of a variable in javascript?
Which type of variable among global and local, takes precedence over other if names are same?
What e means?
What is difference between javascript and jscript?
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 difference between arrow function and normal function?
If we want to return the character from a specific index which method is used?
What is the use of the ‘this’ keyword?
How to test PAGE LOAD TIME, RELOAD THE PAGE, CAPTURE THE URL'S , TEST THE PIXALS please please above all these how to test as a tester