單項(xiàng)選擇題不能在不同用戶之間共享數(shù)據(jù)的方法是()。

A.通過cookie
B.利用文件系統(tǒng)
C.利用數(shù)據(jù)庫
D.通過ServletContext對象


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題Servlet程序的入口點(diǎn)是()。

A.init()
B.main()
C.service()
D.doGet()

2.單項(xiàng)選擇題從“員工”表的“姓名”字段中找出名字包含“瑪麗”的人,下面哪條select語句正確()。

A.Select * from 員工 where 姓名 =’_瑪麗_’
B.Select * from 員工 where 姓名 =’%瑪麗_’
C.Select * from 員工 where 姓名 like ‘_瑪麗%’
D.Select * from 員工 where 姓名 like ‘%瑪麗%’