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 are disadvantages of using javascript?
How can JavaScript be used?
0 Answers Deloitte, JPMorgan Chase,
How do I open a .js file?
How to create objects in JavaScript?
What is the use of ‘debugger’ keyword in javascript code?
What is the role of a strict mode in javascript?
How to write a script for "select" lists using javascript
How to create a popup warning box?
What are ‘settimeout()’?
Does javascript support foreach loop?
In which location cookies are stored on the hard disk?
What is console.log() and why it is used?