Popular Posts

Saturday, February 19, 2011

Difference between Client Side and Server side programming

1.
Client Side Scripting
In client side scripting the client requests a web page and the server returns an HTML document and an embedded applet and the application is run on the  client side.

Server Side Scripting
In server side scripting the client requests a web page an a server side application is run on the server and the server returns an HTML document to the client.

2.
Client Side Scripting
In client side scripting client side code can't access server side resources.

Server side scripting
Client side code can access server side resources.

SERVER SIDE WEB APPLICATION

CLIENT SIDE WEB APPLICATION

1 comment: