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 |
Can you call a Java Applet using a JavaScript function?
What are exports & imports?
Why is javascript called richer interface?
What does the following statement declares?
How can you detect the client operating system using javascript?
How can the style/class of an element be changed?
How do I view javascript files in chrome?
How to create an object using javascript?
How do you implement Ajax using hide() function in JQuery?
What is call(), apply(), and bind()?
What is the event loop in JavaScript?
What is a noscript tag?