Want to generate unique key of 15 chars in java -


i want generate unique of 15 chars in java. requests coming multiple servers , should support 3-4 years of timeframe. also, can consider 15 tps max.

please point me right direction.

consider using uuid. has higher length specified, has low (like low) probability give same values in different runs. pretty commonly used.


Comments