I currently have an application that is displaying data divergence because of the return time of a webservice.
To get around this we have created a code to prevent this information from ever being repeated until everything is working.
I need to generate a 10 digit ID code, which is not repeated on other tablets that use my application. Because it can compromise the data in the system.
How can I generate a 10 digit random alphanumeric code and not repeat this code using Java?