How is javascript different from java?



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

Post New Answer

More JavaScript Interview Questions

How to use "join()" to create a string from an array using javascript?

0 Answers  


Can you tell me how to send email using javascript?

2 Answers  


Who created npm?

0 Answers  


What is function overloading in javascript?

0 Answers  


How to use strings as array indexes using javascript?

0 Answers  






what is onfocus and onblur events in java script?

2 Answers  


Which built-in method returns the character at the specified index?

0 Answers  


Define closure.

0 Answers  


why jsp

0 Answers  


What is a string in javascript?

0 Answers  


How to getting values from cookies to set widgets?

0 Answers  


Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.

0 Answers  


Categories