Topic awaiting preservation: Java VS. Javascript |
|
---|---|
Author | Thread |
Obsessive-Compulsive (I) Inmate From: Juneau, Alaska |
posted 06-25-2004 22:46
I just started studying Javascript (norm said it'd be good for me, so I'm starting to doubt if should..), and my father has just started studying Java. Neither of us know very much about our respective studies quite yet, but we are both very curious about the differences/similarities. |
Maniac (V) Mad Scientist From: Somewhere over the rainbow |
posted 06-26-2004 00:24
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 06-26-2004 00:38
Java is a compiled language that is platform independent thanks to the java virtual machine which does it's compiling on demand for whatever platform the jvm is on. Java can be used to build desktop applications or serverside web applications, it can be embedded in webpages as applets, or..... Lots of possibilities with Java. |
Nervous Wreck (II) Inmate From: Juneau, Alaska |
posted 06-26-2004 01:15
I think I see the differences. I have to admit that some of the information contradicts what my learning material says, but my learning material is meant to convert me into a Netscape junkie, so I'm not surprised. Thank you both for your info, even if norm's was a bit belated |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-26-2004 03:08
even though they share a bit in their name, the two languages are different and intended to be that way. Though there are server side Jscript (Microsoft version of javascript) apps Javasript is meant to be run in a browser while Java is meant to be run... well everywhere |