504
you are viewing a single comment's thread
view the rest of the comments
[-] joyjoy@lemm.ee 11 points 1 year ago* (last edited 1 year ago)

No. ArrayList is thread safe and implements the collections API. Vector doesn't. Though if you're using Java, there's almost no instance where you would want to use a Vector instead of ArrayList.

[-] DaPorkchop_@lemmy.ml 1 points 1 year ago

ArrayList isn't thread-safe, though...

[-] joyjoy@lemm.ee 1 points 1 year ago

Thread safe as in it raises an exception instead of breaking your list.

[-] DaPorkchop_@lemmy.ml 1 points 1 year ago

Only if one thread modifies it while another one is iterating over it, if two threads try to modify the list at once there isn't any kind of synchronization and it really could break your list.

[-] joyjoy@lemm.ee 1 points 1 year ago

For everything else, there's Collections.synchronizedList(new ArrayList<>())

this post was submitted on 28 Apr 2024
504 points (100.0% liked)

Science Memes

14336 readers
2530 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS