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 is an anonymous function in JavaScript?
What is the difference between typeof and instanceof operators in Javascript?
What is scope chain in javascript?
What is a hash javascript?
Can you explain the difference between == and ===?
What is the difference between a web-garden and a web-farm?
Explain a story about javascript performance problems?
How to get height and width of different browser in Javascript?
How to write a comment in javascript?
What is namespacing in javascript and how is it used?
How can I set up my own javascript error handler?
How do you check if an object is an array or not?
What is the way to get the status of a CheckBox?
What is null in js?
What is require in javascript?