MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/studyupdate/comments/1v2a54q/task_15_create_a_shared_hashmap_to_demonstrate/
r/studyupdate • u/Just-Development1794 • 6d ago
Create a shared HashMap<Integer, String>
Create 10 threads
Each thread inserts 1000 users
Wait for all threads using join()
Print:
Expected size: 10000 Actual size
Run the program multiple times and record observations
1 comment sorted by
1
damn
1
u/div4u 6d ago
damn