I am new to these forums and I apologize if I am posting this in the wrong place.
I recently introduced UUID's with UUID.randomUUID() into a program that required unique filenames. I was impressed by this capability. However I was challenged about this by one person who claims that these ids are not unique. Below is a URL regarding UUID. I will now need to read in a value from an ini file, a very slow laborious process to "guarantee" uniqueness because of one person's misunderstanding about this. Is there any proof that UUID is unique? Thanks, jetMan.
Java Practices -> Generating unique IDs