在 CSS中,设置让超级链接没有下划线的选项是 _________。
A、a{decoration:nounderline}
B、a{text-decoration:none}
C、a{underline:none}
D、a{text-decoration:nounderline}
在 JDBC连接数据库编程应用开发中,一般会产生出下面的( )的异常。
A、FileException
B、SQLException
C、IOException
D、DataException
在 JavaScript 中,增加单行注释的选项是 _________。
A、//Thisisacomment
B、'Thisisacomment
C、
D、--Thisisacomment
打开 VS2008的工具箱,应使用系统的 ( )菜单
A、窗口
B、视图
C、工具
D、网站
在 JSP页面中,类型为 HttpServletResponse 的内置对象是( )
A、out
B、response
C、request
D、config