The JSP expression _____________ displays the name that was passed to the JSP as part of a client request.

a) <%= request.getName() %>
b) <%= request.getPara( "name" ) %>
c) <%= request.getParameter( "name" ) %>
d) None of the above.


c) <%= request.getParameter( "name" ) %>

Computer Science & Information Technology

You might also like to view...

Initial exchanges of public keys are vulnerable to the man-in-the-middle attack. Describe as many defences against it as you can.

What will be an ideal response?

Computer Science & Information Technology

Until a variable is initialized, it holds an unknown value referred to as ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When using the Data Filters command, which of the following is NOT a date reference?

A) Two Days Ago B) This Week C) This Month D) Last Year

Computer Science & Information Technology

What command is used to display the currently running processes on a UNIX/Linux system?

a. Task Manager b. Ps c. Netstat d. Tlist

Computer Science & Information Technology