What is the main difference between Client side JavaScript
and and Server side Java Script?
Answer Posted / gayathri
Client sidet
execute the scripts on client machine.It
also reduce the Network Traffic between the
server.disadvantages it doesn't have Security.
Server-side
execute the scripts on servermachine.it is more
secure.bcoz code doesn't view by browser
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What do ellipses mean in javascript?
What does double mean in javascript?
List some unit testing frameworks javascript
What is the naming conventions for the variables in javascript?
what does javascript null mean?
How can I set up my own javascript error handler?
Are Javascript and JScript the same?
Why javascript is so popular?
What is the most widely used programming language?
What is escape() function?
How do you round a value in javascript?
How to change the background color of HTML document using JavaScript?
Can you pass a anonymous function as an argument to another function?
How to use strings as array indexes using javascript?
What is a function in javascript and how does it work?