| 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
|
|
|
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
|
|
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?
|
 |
 |
|
|
subject: validation programs in java
|
|
|