A. List B. Set C. Map D. SortedSet
A. 通過cookie B. 利用文件系統(tǒng) C. 利用數(shù)據(jù)庫 D. 通過ServletContext對象
A.由 Servlet容器創(chuàng)建,對于每個HTTP請求.Servlet容器都會創(chuàng)建一個ServletContext對象 B.由JavaWeb 應用本身為自己創(chuàng)建一個ServletContext對象 C.由Servlet容器創(chuàng)建,對于每個JaveWeb應用,在啟動時,Servlet容器都會創(chuàng)建一個ServletContext對象