|
|
|
Junior Member
      
Group: Forum Members
Last Login: 4/13/2009 12:54:18 PM
Posts: 11,
Visits: 4
|
|
major difference is how the language is presented to the end user (that's you when you're surfing). Java must be compiled into what is known as a "machine language" before it can be run on the Web. Basically what happens is after the programmer writes the Java program and checks it for errors, he or she hands the text over to another computer program that changes the text code into a smaller language. That smaller language is formatted so that it is seen by the computer as a set program with definite beginning and ending points. Nothing can be added to it and nothing can be subtracted without destroying the program.
JavaScript is text-based. You write it to an HTML document and it is run through a browser. You can alter it after it runs and run it again and again. Once the Java is compiled, it is set. Sure, you can go back to the original text and alter it, but then you need to compile again.
can any one add some more points to it plz....
praneeth arnepalli
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 2/15/2011 2:04:48 AM
Posts: 105,
Visits: 137
|
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 7/8/2009 3:39:45 AM
Posts: 11,
Visits: 17
|
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/28/2009 1:56:02 AM
Posts: 8,
Visits: 2
|
|
its a lot of different between java and javascript, java script can use in html but java its a powerfull language program, i think rajeeva answer is good
try the other side
|
|
|
|