Top "Uuid" questions

A UUID (Universally Unique IDentifier) is an identifier that is created with the intent of being, as the name suggests, universally unique.

java.util.UUID.randomUUID().toString() length

Does java.util.UUID.randomUUID().toString() length always equal to 36? I was not able to find info on that. Here …

java string random uuid string-length
Is there any way to generate the same UUID from a String

I am wondering if there is a way to generate the same UUID based on a String. I tried with …

java uuid
How can I find the device uuid's of all connected devices through a command line script?

I am running automated tests on iOS devices. I want to not have to always have all devices connected. So …

iphone ios uuid
UUID format: 8-4-4-4-12 - Why?

Why are UUID's presented in the format "8-4-4-4-12" (digits)? I've had a look around for the reason …

format guid uuid
Can we use Guid as a Primary Key in Sqlite Database

Is is possible to use GUID as primary Keys in SQLITE Database?If Possible which datatype can be used?

android sqlite primary-key guid uuid
Laravel UUID generation

I am trying to generate a UUID (not as primary key, just generate one) with the laravel-uuid package. The docs …

php laravel uuid
Android - Get Bluetooth UUID for this device

I was browing Stack and the internet for a simple solution to get the UUID of the device I'm currently …

android bluetooth uuid android-bluetooth
Cassandra UUID vs TimeUUID benefits and disadvantages

Given that TimeUUID handily allows you to use now() in CQL, are there any reasons you wouldn't just go ahead …

cassandra uuid cql cql3 timeuuid
How to generate a GUID in VBScript?

I want to generate GUID strings in VBScript. I know that there's no built-in function in VBScript for generating one. …

vbscript guid uuid
how to create random UUID in Android when button click event happens?

I am an apprentice to Android. I need to make random UUID and store to the database as a primary …

java android uuid