PRJ301_-_SU_2024_-_RE_2458.webp
May76

PRJ301_-_SU_2024_-_RE_2458.webp

  • Media owner May76
  • Ngày thêm
Kizspy | Question: 43 (Choose 1 answer)
<web-app>
Which of the following correct code to get information in the following <context-param> tag in the web.xml file?
<context-param>
<param-name>studentName</param-name>
<param-value>abcJhn</param-value>
</context-param>
</web-app>
A. request.getParameter("studentName ");
B. ServletContext sc = getServletContext();
String serverName = sc.getInitParameter("studentName ");
C. ServletConfig sc = getServletConfig().String serverName = sc.getInitParameter("studentName ");
D. response.getParameter("studentName");

Thông tin

Category
PRJ301
Thêm bởi
May76
Ngày thêm
Lượt xem
5,905
Lượt bình luận
39
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom