jQuery in Action, 2nd edition
The moose likes Beginning Java and the fly likes validation programs in java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "validation programs in java" Watch "validation programs in java" New topic
Author

validation programs in java

rahultiwary tiwari
Greenhorn

Joined: Aug 15, 2012
Posts: 12
please tell me about different kind of validations programs in java....?
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12928
    
    3

Can you be more specific? What exactly do you mean with "validation programs"?


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
RatiKanta pal
Ranch Hand

Joined: Nov 13, 2011
Posts: 50

Check out for regular expression in Java.

RegularExpJava
rahultiwary tiwari
Greenhorn

Joined: Aug 15, 2012
Posts: 12
Jesper de Jong wrote:Can you be more specific? What exactly do you mean with "validation programs"?

to validate form data like username, password ,email id and all possible validations in java...
Winston Gutkowski
Bartender

Joined: Mar 17, 2011
Posts: 4756
    
    7

rahultiwary tiwari wrote:to validate form data like username, password ,email id and all possible validations in java...

How would you validate a user name?

Basically, they are as many forms of validation as there are programs you can write.

Winston


Isn't it funny how there's always time and money enough to do it WRONG?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: validation programs in java
 
Similar Threads
Upgrade Problems, Hotspot
Analyst Programmer (JAVA) interview
XML with Java
Compilation Error
Run a gui from unix box on my pc.