place the correct URI segment returned as a String on the corresponding HttpServletRequest method call for the URI

DRAG DROP
Click the Task button.
Given a servlet mapped to /control, place the correct URI segment returned as a String on the
corresponding HttpServletRequest method call for the URI: /myapp/control/processorder.

DRAG DROP
Click the Task button.
Given a servlet mapped to /control, place the correct URI segment returned as a String on the
corresponding HttpServletRequest method call for the URI: /myapp/control/processorder.

Answer:



Leave a Reply 1

Your email address will not be published. Required fields are marked *


giuseppe

giuseppe

getServletPath –> /control
getContext –> /myApp
getPathInfo –> /processorder