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

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

php - What is the best way to get the URL of a 404'd file after redirect? -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -