PDA

View Full Version : Java


afe
09-10-2008, 04:18 PM
Is Java different from JavaScript?

Thanks!

techietim
09-10-2008, 04:39 PM
Please use Google for such a broad question like this:

http://www.google.ca/search?q=java+vs+javascript

elena
09-10-2008, 05:34 PM
Java is an Object Oriented Programming (OOP) language created by James Gosling of Sun Microsystems. JavaScript was created by the fine people at Netscape. JavaScript is a distant cousin of Java. It is also an OOP language. Many of their programming structures are similar. However, JavaScript contains a much smaller and simpler set of commands than does Java. It is easier for the average weekend warrior to understand.

sjl
09-11-2008, 02:23 AM
Java is run on server and JavaScript in browser.

DaichiAzure
09-16-2008, 12:05 PM
Also you can create Java based programs to run on a client PC/console (e.g. a cellphone) as well, it's a program that's ready to run while JavaScript is ran every time you access a certain web page that has it and is ran from your browser each time it is activated