Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

generate non duplicate integers

user575089Oct 16 2018 — edited Oct 20 2018

I want to generate 7 digit integers.
These integers should never be duplicate even if I re-run program multiple times.

is there any java solution to generate these numbers?

Comments

Post Details

Added on Oct 16 2018
7 comments
288 views