what is the difference between Java ,Java applets and JavaScript ?
What Is The Difference Between Java And Javascript ?
- No trackbacks yet.
what is the difference between Java ,Java applets and JavaScript ?
Between, Difference, Java, Javascript, What
This entry was posted on Sunday, February 7th, 2010 and is filed under Javascript Questions. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
Powered by Yahoo! Answers
#1 by ray_grap at February 7th, 2010
Java is a full-featured programming language for applications and applets, that is compiled and interpreted, whereas Javascript is a scripting language for web-pages only that isn’t compiled and interpreted.
Java is a SUN’s(Stanford University Networks) product, whereas Javascript is Netscape’s product.
JAVA was originally named OAK whereas JAVASCRIPT was originally named LIVESCRIPT.
#2 by TheMugha at February 7th, 2010
Java is a language that run in a virtual machine developed by sun.
Java applets are small application program that are written using java language, run in a browser, a browser must have a virtual machine to run java applets.
JavaScript is a scripting language used in DHTML to produce dynamic effects on HTML, it doens requre virtual machine, and it dont use Java Classes or API.
#3 by Saby at February 7th, 2010
Java is a full programming langauge that can be used to create platform independent applications.
Javascript is HTML extension that is used to create Dynamic HTML. It works basically with an HTML forms
Java applet is type of Java program that is created using Java programming language. It runs only within a browser and is downloaded from server and runs on the client’s machine