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

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -