hi,
excuse this naive question from a newbie, but i am wondering what the
differences are between 'java' and 'java script'.
i know that java script is a language thats embedded in the html of the
brouser and the clients machine then interprets that, so then is java a
compiled version of a program that resides on the server?
thanks
jeremy
Andrew Thompson - 27 Aug 2004 16:34 GMT
> excuse this naive question from a newbie,
Please see my answer on c.l.j.programmer,
and please do not multi-post..
<http://www.physci.org/codes/javafaq.jsp#xpost>
Here is some more information on the available groups..
<http://www.physci.org/codes/javafaq.jsp#groups>
I suggest that c.lj.help is best for beginners.

Signature
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Roedy Green - 01 Sep 2004 01:20 GMT
>excuse this naive question from a newbie, but i am wondering what the
>differences are between 'java' and 'java script'.
They have almost nothing in common but the name. They are both
computer languages that run on PCs.
JavaScript is a language that runs only inside browsers. Java will run
that way but more often runs standalone on the desktop or on a server.
see http://mindprod.com/jgloss/javascript.html

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.