503
you are viewing a single comment's thread
view the rest of the comments
[-] joyjoy@lemm.ee 11 points 4 months ago* (last edited 4 months 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 4 months ago

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

[-] joyjoy@lemm.ee 1 points 4 months ago

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

[-] DaPorkchop_@lemmy.ml 1 points 4 months 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 4 months ago

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

this post was submitted on 28 Apr 2024
503 points (96.8% liked)

Science Memes

10348 readers
2190 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.


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