INTERVIEW QUESTIONS
WEB
JAVA SCRIPT
DETAILS
Question: What is the main difference between Client side Java Script and and Server side Java Script how actully they run on both side with Example
Answer: 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
|