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 does unshift() function do in Javascript?
How to get the last index of a string in javascript?
Explain with an example the use of event handlers in javascript.
What are the problems associated with using javascript, and are there javascript techniques that you discourage?
What close() does in javascript?
How to find radio button selection when a form is submitted?
How to define name function in javascript?
Are namespaces are there in javascript?
What output will this program produce System.out.println(x+"+"+y+"="+(x+));
Can I learn javascript without html?
Why javascript is dangerous?
What does _ mean in javascript?
How to get the contents of an input box using javascript?
Explain the working of timers in javascript?
Is everything in javascript asynchronous?