Java and Javascript are different (don't confuse) |
| |
|
|
|
New Coder Posts: 24 Topics: 21
|
|
|
July 23, 2009, 11:54:45 PM
|
|
Programming Language Java Java is the core of all programming languages. If anyone learns java all other languages C, C++ , etc. are easily understandible by that person. Java programming is used in some problem related tasks like finding average, sorting numbers, greatest,etc. and many such applications.
Web Programming Tool Javascript Javascript is web programming tool used with html and Javascript is basically used to display a prompt message on websites and also other related tasks.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
July 24, 2009, 01:22:51 AM
|
|
From reading this I assume you have never used JAVA?
|
|
| |
|
|
|
Regular Coder Posts: 53 Topics: 2
|
|
|
August 03, 2009, 09:06:28 PM
|
|
Of course they're different! They have different names, don't they? Action and actionscript are different things, aren't they?
|
|
| |
|
|
|
New Poster Posts: 1 Topics: 0
|
|
|
May 14, 2010, 09:29:46 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. . . . .
« Last Edit: July 09, 2011, 08:36:35 PM by Admin »
|
|
| |
|
|
|
New Poster Posts: 7 Topics: 1
|
|
|
September 09, 2010, 06:26:58 AM
|
|
java is an oo language
javascript is a scripting language.
|
|
| |
|
|
|
New Coder Posts: 41 Topics: 0
|
|
|
September 23, 2011, 08:41:15 AM
|
|
Java
Java is an object oriented programming language. In early 1990s, Sun Microsystems developed the Java language. Initially, it was designed to make small programs for the web browser called applets. But later on, Java was used to create applications based on e-commerce.
JavaScript
JavaScript is also a programming language which is used to make web pages more dynamic as well as interactive. Constant downloads from the server are not required in case of JavaScript as it runs on the user’s computer. JavaScript is different from the Java programming language.
|
|
| |
|
|
|
New Poster Posts: 14 Topics: 0
|
|
|
December 24, 2011, 11:39:22 AM
|
|
Awesome article! Thanks for the great details on periodic changes!! Helps a lot.
|
|
| |