Thursday, November 1, 2007

What is diffrence between java and java script?

What is diffrence between java and java script?

Java and javascript both based on objects and their is a tight relation ship between these two.
The major difference between these two are:

1.Java is compiled language but javascript is an interpreted language.
2.Java is strongly typed language i.e,it is necessary to declare variables before use but it is not the case with javascript.
3.Java is used independently while javascript is used with in html tags and require web browser to run.
4.java files have the file extension of '.java' while javascript files have extension of '.js'
5.Java can be used for designing standalone applications as well as web pages also while javascript can only be used for designing wed pages.

No comments: