tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 Articles > Validations > How to validate Email in Java

How to validate Email in Java

Author: Venkata Sudhakar

The below example shows how to validate Email in Java


It gives the following output,

[email protected] is valid
abcd.def.com is not valid
[email protected] is valid

 
  


  
bl  br