why you used Java Script? Can it use for both client side
and server side validation purpose?
Answer Posted / raghu
Java script is used for client side validations.it runs in
the client system.the main advantage of using Java script is
to reduce the network traffic.for example when we r logging
into our e-mail unexpectedly we have submitted with out
writing our password,then it need not got to server and
check for validation and say u did' t typed u r password.for
that type of validations we use Java script.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How is javascript different from java?
What is javascript and how it works?
What is Date object in JavaScript?
What is the difference between undefined value and null value?
What are .js files?
Write the point of difference between web-garden and a web-farm?
How would you check if a variable is null/undefined?
What are trailing whitespace?
What is the use of the ‘this’ keyword?
What is a module in javascript?
What is a null variable?
What do “1”+2+4 evaluate to?
Explain the different types of pop-up boxes you can create in JavaScript.
What is difference between array.splice() and array.slice() method in javascript?
How can you identify a function?