• unalivejoy@lemm.ee
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      2 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.