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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -