The following are the advantages of using Server-Side Technology
- Allows you to run programming languages that are not supported by your browser
- Enable browser independent application, without using browser client side programming features suck as using Java applets , ActiveX components
- Can provide client with data that is reside only on server but not on client
- Page can load faster than with Client side such as Java applet or ActiveX components, because in the end you are actually downloading a page of HTML
- It also provide increased security, since your code can never be viewed on browser
No comments:
Post a Comment