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 can be the challenges during testing a program or a system?
What are the data types available in javascript? Explain
Explain why "self" is needed instead of "this".
What is a boolean in javascript?
What is createtextnode?
What makes a relation a function?
What is a noscript tag?
Which is best for front end?
What is called variable?
What is the difference between push() and concat() in javascript?
Is there an ide for javascript?
Explain “use strict” ?
What is difference between arrow function and normal function?
How do you target a specific frame from a hyperlink in javascript?
Where do I put javascript code in html?