Does java.util.UUID.randomUUID().toString() length always equal to 36? Yes!! it is. A UUID actually a 128 bit value (2 long). To represent 128 bit into hex ...
確定! 回上一頁