what is difference between client side scripting and server
side scripting?
Answer Posted / ankit chandra prasad
Clientside scripting donot require server . and it can't
interact with local file system and database and it is used
for accomplish task like validation & varification.
Server side scripting require webserver it can interact
local file system and can establish database connectivity
and maintain session for user.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Why do we need hoisting in javascript?
What is trim whitespace google sheets?
How can you convert the string of any base to integer in JavaScript?
How can you do a character count in javascript?
What is the difference between let and var?
How do I enable cookies safari?
What is innertext javascript?
Can array in javascript be extended?
Is javascript a programming language?
What does two exclamation marks mean in javascript?
What is difference between javascript and jscript?
How do Javascript primitive/object types passed in functions?
How do I open javascript console?
What are the Non-primitive data types in JavaScript?
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?