What is the main difference between Client side JavaScript
and and Server side Java Script?
Answer Posted / lisha
Client side programming is the programming which is done with the help of browser and user sends a reuest to the server wih the help of this
and server side programming is the programming done on server i.e remote or local..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What e means?
Explain few difference between null, undefined or undeclared javascript variable?
Do you have to declare variables in javascript?
List few difference between java and javascript?
Is there any class in javascript?
Can I learn javascript without knowing java?
How to get checkbox status whether it is checked or not?
What is the difference between remove() and removeChild()?
What are the different types of errors supported by javascript?
Can you put javascript in html?
What is the function of delete operator?
Which operator is used to assign a value to a variable?
What are the four types of javascript objects?
Is Exception handling possible in Javascript?
To set all checkboxes to true using javascript?