提交 45f096d4 编写于 作者: J Jasper

Update Java集合框架常见面试题.md

上级 c19d4f90
......@@ -95,7 +95,7 @@ public interface RandomAccess {
`Vector`类的所有方法都是同步的。可以由两个线程安全地访问一个Vector对象、但是一个线程访问Vector的话代码要在同步操作上耗费大量的时间。
`Arraylist`不是同步的,所以在不需要保证线程安全时建议使用Arraylist。
`Arraylist`不是同步的,所以在不需要保证线程安全时建议使用Arraylist。
## 说一说 ArrayList 的扩容机制吧
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册