Results 1 to 4 of 4
i want to know if there is any difference betwen java and javascript...
are they the same thing?...
- 10-07-2006 #1
$diff java javascript
i want to know if there is any difference betwen java and javascript...
are they the same thing?
- 10-07-2006 #2It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-07-2006 #3
The short answer is no. They both have "Java" in their names, but are otherwise completely different.
The longer answer is that JavaScript is an untyped, web-based client-side scripting language, whereas Java is a JIT-compiled, typed, and multi-platform language. While Java does have web applications (applets, etc.), the two languages fulfill very different functions.DISTRO=Arch
Registered Linux User #388732
- 10-07-2006 #4


Reply With Quote
