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 are the characteristics of javascript ‘strict mode’?
What is dhtml in javascript?
Which built-in method returns the characters in a string beginning at the specified location?
What is an empty html tag?
Explain promise in javascript?
What is break and continue statements?
How do you change the style/class on any element?
What is the result of below given line of code in java script? 5+4+'7'?
Auto insurance project..How to explain project in interviews.Using Automation tool (selenium).
List out all the falsifying tokens in Javascript?
How to validate a form in javascript?
How many types of variables are there in javascript?
What are the methods involved in javascript?
Difference between '=', '==' and '===' operators?
Where is javascript used most?