views:

40

answers:

1

in java we can get UUID from class ie UUID.randomUUID().toString()

how to get UUID in j2me ?

is there any function or class which provides it ?