Thursday, October 11, 2018

Do you know UUID class in java?

Problem statement:
What do you mean by UUID class in java?
UUID [Universally Unique Identifier]
A class that represents an immutable universally unique identifier (UUID). A UUID represents a 128-bit value.
Ex - 
 0xFFFFFFFF00000000 time_low
 0x00000000FFFF0000 time_mid
 0x000000000000F000 version
 0x0000000000000FFF time_hi

No comments:

Post a Comment

How to run standalone mock server on local laptop

 Please download the standalone wiremock server from Direct download section at the bottom of the page.  Download and installation Feel fre...