The words "chop down" in the second paragraph means______
A. clear
B. make room for
C. destroy
D. cut down
此题为词汇题。第二段中的词汇chop down意思是“砍伐”。
第1题:
servlet中没有的方法是
A.init()
B.doPut()
C.destroy()
D.main()
第2题:
属于Servlet生命周期的方法有()。
A.init()
B.service()
C.destroy()
D.super()
第3题:
使用SESSION的____方法可以结束一个会话。
A.CLEAR()
B.ABANDON()
C.REMOVEALL()
D.REMOVEAT()
第4题:
下列方法中,不能用于删除Collection集合中元素的是()
A.clear()
B.isEmpty()
C.remove()
D.removeAll()
第5题:
删除字典中的所有元素的方法是 ________。
A.clear()
B.delete()
C.close()
D.deleteAll()