Possible Duplicate:
Generate UUID in Java
What are some of the best ways to create a GUID in Java?
What are some of the best ways to create a GUID in Java? |
|||||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Have a look at the UUID class. For example:
|
||||
|
|
|
|
|||
|
|
|
It depends what kind of UUID you want.
For more information on UUID types and variants, there is a good summary in Wikipedia, and the gory details are in the RFCs and other specifications. |
|||||
|