java.util.UUID.randomUUID().toString() length
Does java.util.UUID.randomUUID().toString() length always equal to 36? I was not able to find info on that. Here it is said only the following: public static UUID randomUUID() Static factory...