* 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 <[EMAIL PROTECTED]> wrote:
    I need a  object which generates unique identifiers  for all   instances I 
create  how to do this  ?
  Thanks & Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to