📜  java代码示例中的向量是什么

📅  最后修改于: 2022-03-11 14:52:16.396000             🧑  作者: Mango

代码示例1
Array based data structure/Internally uses
dynamic array.
-It is synchronized - thread safe.
-It is mostly used in multi-threaded environment.
-It is much slower than ArrayList because it is
thread-safe