單項選擇題向Collection中增加數(shù)據(jù)的方法是()。

A.insert
B.add
C.append
D.concat


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題返回Collection 中的元素數(shù)量的方法是()。

A.length()
B.capacity()
C.size()
D.count()

2.單項選擇題下面哪個Set是根據(jù)內(nèi)容排序的?()

A.LinkedHashSet
B.HashSet
C.TreeSet
D.AbstractSet

3.單項選擇題下面哪個Set是按照插入順序排序的?()

A.LinkedHashSet
B.HashSet
C.AbstractSet
D.TreeSet

4.單項選擇題負責加載Java的核心類的是()

A.Bootstrap CLassLoader
B.Extension ClassLoader
C.PlatformClassLoader
D.Application ClassLoader

5.單項選擇題靜態(tài)代理與動態(tài)代理的區(qū)別在于()

A.靜態(tài)代理在編譯時確定代理類,動態(tài)代理在運行時動態(tài)生成代理類
B.靜態(tài)代理適用于接口代理,動態(tài)代理適用于類代理
C.靜態(tài)代理可以直接調(diào)用被代理對象,動態(tài)代理需要通過中間類調(diào)用被代理對象
D.靜態(tài)代理和動態(tài)代理沒有本質(zhì)上的區(qū)別