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
Write a program to reverse a string in pure javascript?
What are the advantages of using external javascript?
How to empty an array in JavaScript?
why can't we call a static method from a non-static method
Explain promise in javascript?
How are tag positions used in javascript?
How to write html code dynamically using JavaScript?
Explain export & import in javascript?
How do I unblock javascript in chrome?
Do unused imports affect performance javascript?
In a java script, what is the difference between "==" and "===" operator?
What are ‘settimeout()’?
What is the disadvantage of javascript?
how do you declare variables in javascript?
What are the javascript data types?