Computer Science, asked by VIJAYSIVA2100, 10 months ago

What is a request object in JSP?

Answers

Answered by Shubu01
0

\huge{Hey Mate!!!}

☆☞ Here is ur answer ☜☆

✔✔ JSP request implicit object. The JSP request is an implicit object of type HttpServletRequest i.e. created for each jsp request by the web container.

✔✔ It can be used to get request information such as parameter, header information, remote address, server name, server port, content type, character encoding etc.

HOPE IT HELPS!

Answered by liza10987654321
0

JSP request implicit object. The JSP request is an implicit object of type HttpServletRequest i.e. created for each jsp request by the web container.

Similar questions