Kizspy Question: 13
(Choose 1 answer)
PUUDERFLOW.Com
In Java web applications, which of the following URL patterns is commonly used in <servlet-mapping> to
indicate that a servlet should handle requests for all URLS in a specific directory and its subdirectories?
A. /*
B. /servlet/*
C. *.html
D. /pages/*