关于浏览器对象之间的从属关系,正确的说法是______。
A、window对象从属于document对象
B、document对象从属于window对象
C、window对象和document互不从属
D、以上选项均错
在Servlet中,response.getWriter()返回的是()
A、JspWriter对象
B、PrintWriter对象
C、Out对象
D、ResponseWriter对象
___________________横线处使用()代码可以将name的值显示在页面。
A、responseprint(name);
B、
C、
D、
name
A、ImageButton
B、ImageMap
C、Image
D、LinkButton
A、CallableStatement
B、PreparedStatement
C、ProcedureStatement
D、Statement