Java Cómo generar GUID

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