* http://java.sun.com/j2se/1.5.0/docs/api/java/util/UUID.html
The simplest thing would be something like
String id = UUID.randomUUID().toString();
-HTH, Ted
<http://www.husted.com/ted/blog/>
On 3/23/07, temp temp <miroconnect@(protected):
> I need a object which generates unique identifiers for all instances I create how to do this ?
> Thanks & Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)