What is the main difference between Client side JavaScript
and and Server side Java Script?
Answers were Sorted based on User's Feedback
Answer / kannappanksk
Clientside Javascript encompasses the core language plus
extras such as the predefined objects, only relevant to
running Javasript in a browser.The clientside javascript is
embedded directly in the HTML pages and is interpreted by
the browser completly at the run time.
Serverside javascript also encompasses the core language
plus extas as the predefined objects and functions only
relevant to running Javasript in a server.The serverside
javascripts are compiled before they are deployed.
| Is This Answer Correct ? | 34 Yes | 4 No |
Answer / 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 |
Answer / john
client side js is used for the client side validation where
as the server side js is used for the server side
validation.
| Is This Answer Correct ? | 6 Yes | 7 No |
Answer / 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 |
Answer / d. kalaivani
Client side javascript is used maily for validation whereas
the server side javascript is used at server side to
connect to a database.
| Is This Answer Correct ? | 6 Yes | 10 No |
Answer / sandeep
can we say that client side program calls server side
program?
| Is This Answer Correct ? | 1 Yes | 5 No |
Can you call a Java Applet using a JavaScript function?
What is a function in javascript and how does it work?
What are .js files?
What is the use of a weakset object in javascript?
Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..
How to create an input box?
what is the difference between window & document in javascript?
Is javascript event driven?
What are the different ways in which we can use the link tag ? Illustrate with an example. Is it possible to link a file with another file on a different file server ? If yes, how ?
How do we get javascript onto a web page?
What is the importance of <script> tag?
Which javascript framework is in demand?