what is difference between client side scripting and server
side scripting?
Answer Posted / prasadkonnur
Client side scripting is that which runs on user browser.
client side scripting is used for validation.
javascript, VB script are client side scripting.
server side scripting is that which runs on server.Used to
insert and fetch record from database
PHP,ASP are server side scripting.
| Is This Answer Correct ? | 44 Yes | 3 No |
Post New Answer View All Answers
What does the term sticky session mean in a web-farm scenario? Why would you use a sticky session? What is the potential disadvantage of using a sticky session?
What is function overloading in javascript?
Why javascript is called as script for all browsers?
Where do you put javascript in html?
Is javascript case sensitive?
What would you use javascript for?
How to validate a form in javascript?
How long does it take to learn javascript?
Explain prototypal/differential inheritance?
Auto insurance project..How to explain project in interviews.Using Automation tool (selenium).
How to add/remove properties to object dynamically in javascript?
Why typeof null is object?
Explain the working of timers in javascript?
How can you to add javascript to a page when performing an asynchronous postback?
Explain how to detect the operating system on the client machine?