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
Explain unescape() in javascript?
What is escape() function?
What is the similarity between the 1st and 2nd statement?
What are the various functional components in javascript?
Where can I learn javascript?
What close() does in javascript?
What is difference between local variable and global?
How use javascript html?
Which javascript framework is in demand?
List html dom mouse events?
Explain export & import in javascript?
How do you declare javascript?
What are the valid scopes of a variable in JavaScript?
What is event bubbling and capturing in javascript?
How can you convert the string of any base to integer in JavaScript?