How do i randomly generate an alpha numeric string in java.
My session Id string is of the format
b03c0-000-5h6-7645-000000000
I want to randomly generate only the 4th chunk of it (b03c0-000-5h6-****-000000000)
. retaining all the other numbers same.