uniqueidentifier - How to Generate Unique ID in Java (Integer)? -
How can I create an unknown ID that is an integer in Java that does not accept the next number?
How should this be unique?
If it is unique only in a process, you can make a call using one each time you need a new value.
Comments
Post a Comment