why you used Java Script? Can it use for both client side
and server side validation purpose?
Answer Posted / arul
Javascript is a client side scripting, which runs in the
browser. Even AJAX runs in the browser and is also a client
side one, which actually is nothing but Javascript. In AJAX
javascript is used to communicate with server side
components or post values to a JSP / ASP or any web page or
any services which can be referred by URL.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What would you use javascript for?
Name the datatypes of javascript?
In javascript what is an argument object?
How would you check if a variable is null/undefined?
What is the difference between ‘function declaration’ and ‘function expression’?
How generic objects can be created?
How you will add function as a property in a javascript object? Give an example.
How to validate email in javascript?
Can you run javascript in notepad?
What is the similarity between the 1st and 2nd statement?
What is difference between undefined variable and undeclared variable?
How do you round a value in javascript?
How long does it take to learn coding?
What is the use of a weakmap object in javascript?
How to empty an array in JavaScript?