Why we use java script when java also supports validation?
Answer / justme
Those are two completely different things. Don't confuse
JavaScript with Java. Allthough based on the same language
types, they are very different and serve different purposes.
Validation within a web form is usually performed using
JavaScript, because you want to prevent the browser from
posting back the form until all fields are filled in
correctly.
That said, JavaScript can easily be bypassed or just simply
turned off in the browser, so never rely on it and always
validate your forms serverside as well!
Is This Answer Correct ? | 9 Yes | 0 No |
whether javascript runs on client side or server-side?
Why javascript is fast?
How to have the status line update when the mouse goes over a link (the support of the status line is sporadic)?
Do you have to declare variables in javascript?
Explain typecasting in javascript?
How do you round a value in javascript?
What are local variables in javascript?
how can i change colour of a image in aspx file?
What is array constructor in javascript?
Can webassembly replace javascript?
What is screen object in JavaScript?
What is dhtml in javascript?