Welcome to Home.

Wednesday, July 8, 2015

Difference between java and JavaScript

Javascript
Java
1.It is a scripting language which is used in java script enabled browsers.
1.It is a programming language for developing windows application like consle,applet programs
2.It is client side scripting language.
2.It is a server side programming language.
3.We can use it for special effects in a webpages like animated cursor,calculator.
3.We can use it for creating games application for mobile, pc and other official application like in banking.
4.It doesnot include package files which are known as header files.
4.It includes rich set of library files which is known as package in java language.Ex: java.io
5.It uses client machine to process the information hence it saves time too to process any of the information.
5.Since it is a server side language it consume more time because the data has to be send to the server for processing.

No comments:

Post a Comment