(Choose 1 answer)
You have declared a useBean tag as:
<jsp:useBean id="man" class="animal.Human" scope="application"/>In which type of object will this bean be kept?
A. Servlet
B. HttpSession
C. ServletContext
D. ServletConfig
E. ApplicationContext
Mi
FUOS
Q: 13