PRJ301_-_SU_2024_-_Block_5_-_FE_2680.webp
free_spirit

PRJ301_-_SU_2024_-_Block_5_-_FE_2680.webp

Kizspy | Question: 32 (Choose 1 answer)
What is the correct code to perform URL rewriting by appending a parameter named 'sessionID' with value '123' to the current URL in a Java Servlet?
A. String url = response.appendParameterToURL("sessionID", "123");
B. String url = request.appendURLParameter("sessionID", "123");
C. response.sendRedirect("currentURL?sessionID=123");
D. String url = response.encodeURL("currentURL?sessionID=123");
  • Like
Reactions: trantrungdung45

Thông tin

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

Share this media

Back
Bên trên Bottom