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
Which software is best for javascript?
Why are callbacks used?
How to create an object in javascript?
What is the importance of javascript?
What is the difference between undefined value and null value?
What is a currying function?
Explain the difference between java and javascript.
How to get the type of arguments passed to a function?
How to trigger a postback on an updatepanel from javascript?
How to get value from a textbox?
What is null variable?
Is javascript hard to learn?
What is a module in javascript?
How will you explain closures in javascript? When are they used?
How many types of data types are there?