A.volatile B.synchronized C.public D.final
A.HashMap崩潰,導(dǎo)致不可用 B.HashMap沒(méi)有影響,依然可以高效的工作 C.HashMap的性能會(huì)有一點(diǎn)影響,但總體依然是高效的 D.HashMap依然可用,但是性能受到重創(chuàng)
A.ArrayList內(nèi)部基于鏈表,而Vector是基于數(shù)組的 B.Vector的大部分方法做了同步,而ArrayList沒(méi)有同步 C.Vector是可串行化的,而ArrayList不是 D.Vector實(shí)現(xiàn)了RandomAccess,而ArrayList沒(méi)有