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 do I need to code javascript?
What is the difference between an array and an object?
How do I open javascript on my iphone?
all possible test cases for normal number field,name field date field,check box,
Which built-in method combines the text of two strings and returns a new string?
How to show progress bar while loading using ajax call?
How generic objects can be created?
What is called variable?
How to force a page to go to another page using javascript ?
What are the characteristics of javascript ‘strict mode’?
What is the disadvantage of javascript?
Explain why asynchronous code is important in javascript?
How do you organize your JavaScript code?
What are 2 (shorthand) boolean operators supported by javascript
what is pop()method in JavaScript?