How is javascript different from java?
Answer / 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 |
What is a Typed Language?
What is === in javascript?
Which is faster jquery or javascript?
Difference between '=', '==' and '===' operators?
What is a good javascript editor?
What are .js files?
Whether JavaScript has concept level scope?
How do Javascript primitive/object types passed in functions?
Event bubbling and Event Capturing in JavScript?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.
Where do I write javascript code?
What companies use javascript?