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 is decodeuri() in javascript?
How to test PAGE LOAD TIME, RELOAD THE PAGE, CAPTURE THE URL'S , TEST THE PIXALS please please above all these how to test as a tester
Which symbol is used for comments in Javascript?
Which built-in method returns the characters in a string beginning at the specified location?
What is the naming conventions for the variables in javascript?
What are anonymous functions in Javascript?
all possible test cases for normal number field,name field date field,check box,
What is a closure javascript? Explain
How can javascript codes be hidden from old browsers that don't support javascript?
What is "strict mode" and how is it used in JavaScript?
What is the use of decodeuri() and encodeuri()?
What is global variable in javascript?
What is javascript namespacing?
How to add a new property in existing function javascript?
How to use strings as array indexes using javascript?