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 2 (shorthand) boolean operators supported by javascript
What is the difference between ‘var’ and ‘let’ keyword?
How do you clear an array in javascript?
Describe briefly the major use of java script on client side
How do I enable javascript on google?
Are all javascript variables global?
Explain the working of timers in javascript?
different between web server and application server
How do I open javascript?
Define unescape() and escape() functions?
Can you assign a anonymous function to a variable?
What is the difference between write and writeln in javascript?