Java, jak wygenerować GUID

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