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 event bubbling and event capturing in javascript?
What are math constants and functions using javascript?
What is webassembly good for?
What is the difference between call & apply?
What does it mean in javascript?
What’s relationship between javascript and ecmascript?
What are JavaScript Cookies?
What is the importance of javascript? Expalin
What is a module in javascript?
Are all javascript variables global?
Explain unescape() and escape() in javascript?
What does three dots mean in texting?
What is the use of Push method in JavaScript?
Can you assign an anonymous function to a variable and pass it as an argument to another function?
What is a Typed Language?