English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

if i need to create an application that would be accessed via the web, something like an email program or an interactive mapping tool, should i do this in JAVA or Javascript?

2007-10-22 16:11:30 · 4 answers · asked by Mayo D 1 in Computers & Internet Programming & Design

4 answers

Java and Javascript are two fundamentally different things!
Java is developed by Sun Microsystems and allows complex applications to be ran, in stand alone mode or as a web application.
Javascript is a web based interpreter, running on the CLIENT side (the surfer) and used for the web in general.
PhP is a SERVER side interpreter: it runs BEFORE the javascript runs.
So, learn how PhP can create a javascript application and download it to the client.
And learn javascript.
The two together, mixed with a little bit of AJAX, will allow you to make interesting sites!
Use www.w3schools.com to learn all you need.
Good luck.

2007-10-22 22:59:18 · answer #1 · answered by just "JR" 7 · 0 0

he JavaScript programming language, stepped forward via Netscape, Inc., isn't area of the Java platform. JavaScript does not create applets or stand-on my own purposes. In its maximum standard form, JavaScript is living interior HTML records, and can furnish levels of interactivity to information superhighway pages that are impossible with effortless HTML. Key differences between Java and JavaScript: Java is an OOP programming language on a similar time as Java Script is an OOP scripting language. Java creates purposes that run in a digital device or browser on a similar time as JavaScript code is administered on a browser basically. Java code must be compiled on a similar time as JavaScript code are all in textual content textile. They require distinctive plug-ins.

2016-10-04 09:48:14 · answer #2 · answered by ? 4 · 0 0

If I had to choose between Java and Javascript I would say Java. But, if I were to program any of those tools you mentioned it would be programmed in PHP.

2007-10-22 16:14:45 · answer #3 · answered by Anonymous · 0 0

If you have to choose between the two, Java.
http://www.javascripter.net/faq/javascr2.htm
Look at this website for JavaScript limitations and work arounds in these limitations though if you are hellbent on using JavaScript.

2007-10-22 16:25:58 · answer #4 · answered by jerichovonhog 2 · 0 0

fedest.com, questions and answers