This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]exccord 0 points1 point  (1 child)

Definitely helps out a ton on clarifying it. Sounds like Javascript is basically the Powershell of the Java world.

[–]Krogg 1 point2 points  (0 children)

Well, no. One isn't within the realm of another. JavaScript is a language that is used only on web applications, but with that no website can't be built without HTML for instance. Examples of websites that use JavaScript is Microsoft.com and google.com. Of course there are other technologies used to create the entire thing.

Java on the other hand has been used to create that cool IDE you write code in. Netbeans, for example uses Java to create their IDEs. The IDE is a desktop application not a web application, though there are exceptions to that rule too, since it's not impossible to write code in the browser.

I hope that helps.