What is the main difference between Client side JavaScript
and and Server side Java Script?
Answer Posted / 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 |
Post New Answer View All Answers
What is new keyword in javascript?
How do functions work in javascript?
What are the javascript objects?
what is a code in vb amount display in words
What does e mean in a function?
How to add html elements dynamically with JavaScript?
Explain a story about javascript performance problems?
What are the five data types?
What is an immediately-invoked function expression?
Taking a developer's perspective, do you think that that javascript is easy to learn and use?
Explain the difference between java and javascript.
What does 3 dots mean in javascript?
What is strict mode in javascript?
What is the difference between sessionstate and viewstate?
Basic methods for opening a popup window using javascript?