页面中需要增加链接,正确的HTML代码是_________。
A、W3Schools
B、W3Schoolscom
C、http://wwww3schoolscom
D、W3Schoolscom
在JavaScript中,增加单行注释的选项是_________。
A、//Thisisacomment
B、'Thisisacomment
C、
D、--Thisisacomment
在JDBC连接数据库编程应用开发中,利用那个类可以实现执行数据库的存储过程。()
A、Connection类
B、PreparedStatement类
C、CallableStatement类
D、Statement类
A、<table><head><tfoot>
B、<table><tr><td>
C、</tr></table>
D、<thead><body><tr>
在JSP页面中,类型为HttpServletResponse的内置对象是()
A、out
B、response
C、request
D、config