多項選擇題下面選項中,哪些是標(biāo)準(zhǔn)輸入輸出流?()

A.System.In
B.System.Out
C.InputStream
D.OutputStream


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題獲取單列集合中元素的個數(shù)可以使用以下哪個方法?()

A.length()
B.size()
C.get(int index)
D.add(Object obj)

2.多項選擇題以下哪些方法是LinkedList集合中定義的?()

A.getLast()
B.getFirst()
C.remove (int index)
D.next()

4.多項選擇題使用Enumeration遍歷集合時,需要使用以下哪些方法?()

A.hasMoreElements()
B.nextElement()
C.next()
D.hashNext()