what is difference between client side scripting and server
side scripting?
Answer Posted / chandan kumar r
Yes, answer is correct,
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 ? | 16 Yes | 2 No |
Post New Answer View All Answers
what is the difference between let, var, and const?
What would be the result of 2+5+”3″?
What are the different ways to create an array in javascript?
How to find operating system in the client machine using javascript?
What is the difference between childNode and children?
Are there any predefined constant provided by the browser with the key code values that can be reused?
Is javascript safe to download?
How to use "join()" to create a string from an array using javascript?
What are screen objects?
What is the use of a typedarray object in javascript?
What does window.print() do in Javascript?
How to embed javascript in a web page?
How javascript variables work?
What are the valid scopes of a variable in JavaScript?
How can the os of the client machine be detected?