Answer Posted / glibwaresoftsolutions
Feature JavaScript Java
Type Interpreted Compiled
Typing Dynamically typed Statically typed
Usage Mainly for web applications General-purpose programming language
Execution Runs in browsers (or Node.js) Runs in JVM
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the best free ide?
What is the difference between java & javascript?
Can webassembly replace javascript?
What is Date object in JavaScript?
Is javascript array dynamic?
Is there an ide for javascript?
how can i change colour of a image in aspx file?
How to write a comment in javascript?
How to change video files randomly after completing its execution in Javascript?
How to convert a string to lowercase?
What is local scope in javascript?
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
How can we establish connection with java and sql server?
Is JavaScript a case-sensitive language?
Name some of the JavaScript features?