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 createtextnode?
How do I turn off javascript in chrome?
What is Minification
What does polyfill mean?
What is the best site to learn javascript?
Write a way by which you can do something on the close of the window ?
How to open url in a new tab in javascript?
What is the difference between firstChild and firstElementChild?
How do I open javascript in browser?
How to encode and decode a url in javascript?
How to test for bad numbers using javascript?
What is array in javascript?