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 |
Are all javascript variables global?
How to access an external javascript file that is stored externally and not embedded?
What is the difference between client side javascript and server side javascript.
Which is better typescript or javascript?
What is the difference between attributes and property?
Explain mul function in javascript?
If an array with name as "names" contain three elements, then how will you print the third element of this array?
can any one tell me the syllebus for java certification
How to get value from dropdown (select) control?
What is stack in javascript?
How to create objects in JavaScript?
What is the function of javascript?