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
Why do we need npm?
How can you identify a function?
What is the way to get the status of a CheckBox?
How dhtml is used in javascript?
What is lazy loading in javascript?
List few advantages of using javascript?
What is unescape() function?
What causes memory leaks?
Can I learn javascript without html?
How we can add title of the page by javascript?
Why is my javascript function not defined?
How do I enable javascript on google?
name any two javascript functions which are used to convert nonnumeric values into numbers?
What is a good javascript editor?
Explain prototypal/differential inheritance?