Example to Generate Random Alpha Numeric Text
15,615 views
By Abhijit Ghosh on Sep 18, 2012 2:08:04 PM
This example shows how to generate random alpha numeric text which is not easy to guess.
Tools and Technologies used in this article :
JDK 1.6
Eclipse 3.7
Download :
1. Code
File : AlphaNumericTextGenerator.java
2. Console Output
Above code will randomly generate a new alpha numeric text for each time.
Console
Download Source Code
SrcCodes : RandomAlphaNumericTextGenerator.zip
References
About the Author
Note: To post source code in comment, use <pre><code>. For example: <pre><code>String message = "Hello World!";</code></pre>