多项选择题

下面选项中,由web容器创建出来的对象是()

A.HttpSession
B.ServletContext
C.ServletRequest
D.ServletResponse

<上一题 目录 下一题>
热门 试题

多项选择题
下面方法中,用于获取ServletContext对象的方法是()

A.getServletConfig().getServletContext()
B.getServletContext()
C.getServlet().getServletContext()
D.response.getServletContext()

多项选择题
下面选项中,属于〈context-param〉元素的子元素是()

A.< init-param>
B.< servlet-mapping>
C.< param-name>
D.< param-value>

相关试题
  • Vue的指令通常以v-开头,例如v-bind用于...
  • Spring Boot的数据访问技术中,@Reposito...
  • Vue Router中,定义路由时通常使用path和c...
  • 在Spring Boot中,使用@Autowired注解可...
  • Vue组件的模板通常放在<template>标签内...