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
To write messages to the screen without using "document.write()"?
What are the types of variables in javascript?
List few advantages of using javascript?
What is difference between local and global scope in javascript ?
What is arguments object in JavaScript?
What is a closure in javascript?
What is the use of the ‘this’ keyword?
What is the importance of javascript? Expalin
Have you used any browser for debugging? If yes, how is it done?
Is function a data type in javascript?
How to determine the state of a checkbox using javascript?
What is the javascript function?
How is a relation not a function?
How to redirect a page to another page in javascript?
What does ecma stand for?