Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why we use java script when java also supports validation?



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

Post New Answer

More JavaScript Interview Questions

Where can I learn javascript?

0 Answers  


What are the four basic data structures in javascript?

0 Answers  


Are Typescript and Javascript the same?

0 Answers  


What are the requirements of web application using javascript?

0 Answers  


Which built-in method returns the index within the calling string object of the first occurrence of the specified value?

0 Answers  


How do I view javascript in chrome?

0 Answers  


What does === mean in js?

0 Answers  


What is the concept of “functions as objects” and how does this affect variable scope?

0 Answers  


How to detect the operating system on the client machine?

0 Answers  


Can you explain the difference between == and ===?

0 Answers  


Difference between window.onload and onDocumentReady?

0 Answers  


Is it possible make a call to server side event of any button using javascript?

0 Answers  


Categories