Java, wie man Guid erstellt

String guid = java.util.UUID.randomUUID().toString();
Motionless Mosquito