What is the difference between java script and java langauge.

Showing Answers 1 - 1 of 1 Answers

Suganthi Jayasankar

  • Oct 21st, 2005
 

Java language can stand on its own and creates "standalone" applications while JavaScript must be placed inside an HTML document to function. Java must be compiled into what is known as a "machine language" before it can be run. You can alter JavaScript that are in an HTML document after it runs and run it again and again.  If you alter java program you need to compile it again before run.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions