|
Articles > Misc > How to generate a Random Alpha numeric string |
|
How to generate a Random Alpha numeric string
Author: Venkata Sudhakar
The below example shows how to generate a Random Alpha numeric string in Java. If you are using Apache commons library this is pretty straight forward.
Another simple approach is using UUID
Here is another alternaive without any dependency on external libararies.
|
|