answersLogoWhite

0


Best Answer

Java is a programming language most popularly used in sever client web applications. Java was developed by Sun Microsystems and is one of the most popular programming languages on the planet. Java can be used on websites and even to create games. Java is designed to be simple to the eyes in comparison to its equivalents. While, Javascript is a scripting language that is dynamic and weakly typed. Javascript is a language used to enhance user interface on Web Browsers. Javascript was developed by a complete different company known as Netscape communications corporation and also Mozilla Foundation. The two should no be confused! They are two different things, made by two different people to do two different tasks.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

JavaScript is a scripting language that is used to provide additional features to web based applications written using JSP/HTML and other technologies.

Whereas, Java is a full fledged programming language that can be used to generate enterprise class applications. Java is much more powerful than JavaScript

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Compare and contrast java and javascript?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you call java and javascript?

Well you get java as java and javascript as iava.


Which is better java or Ajax?

you mean JavaApplet or Ajax? I do not think you can compare java as a whole and AJAX. Ajax is a simple implementation of JAvascript .


Do you need java compiler to execute HTML programs written in javascript?

No, Java and JavaScript are nothing to do with each other, JavaScript is a form of EMCAScript, not Java. Every modern browser comes with a JavaScript engine that is used to understand JavaScript. so there is no need for it, no.


Does iPod touches have java script?

they have java< javascript and flash


How do you shortcut systemoutprintln in javascript?

There is no systemout object in JavaScript. Do you mean Java?


How do you disable javascript?

Javascript cannot be disabled but java can just go to Control Panel > Sun Java Panel > Disable


What is the difference between javascript and java programming langugage?

JavaScript and java are 2 completely different things. JavaScript is in web pages to make it more interesting and java is a complex computing language devised from c + c++.


What is the difference between javascript and java language?

JavaScript and Java are two different programming languages. Java is a server-side, statically typed language. JavaScript is a mostly client-side, dynamically typed language. Java supports heavy back end computations while JavaScript enables interactive AJAX ones.


Does java script coding mean using it for Java programs only Can you use it for Unity or Game-maker?

Java and JavaScript are different, and quite unrelated, languages. JavaScript is not "for Java"; basically you use JavaScript to create special effects on Web pages (HTML pages).


Who markets javascript?

Nobody markets JavaScript, it's not a proprietary technology like Java is. In fact, it has no relation to Java. JavaScript is standardized and used by every web browser that supports scripting.


How does JavaScript differ from java?

See this answer:Are_JavaScript_and_Java_the_same_language


How do you equate a php variable to a javascript variable?

Ideal thing would be to retrieve the value from PHP using AJAX and then assigning it to a java script variable. Thereafter compare it to the java script variable that is already present.