What is the main difference between Client side JavaScript
and and Server side Java Script?
Answer Posted / 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 |
Post New Answer View All Answers
What does the following statement declares?
What does _ mean in javascript?
What is the use of isNaN function?
What's the difference methods get and post in html forms?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
How do you access an element in an HTML document with JavaScript?
What is question mark in javascript?
Can you run javascript in notepad?
What is javascript and how it works?
what will happen and why if i will acess the methods of superclass which is declared as private by a object of same subclass.
What is new function in javascript?
How do functions work in javascript?
What is decodeuri(), encodeuri() in javascript?
Which built-in method returns the character at the specified index?
What is an example of javascript?