(Choose 1 answer)
What will happen when a servlet makes the following call within its doGet() method?getServletContext().setAttribute("userid", userid);
A. The code in complied error
B. A SessionContextListener will be invoked.
C. The userid attribute is placed in application scope.
Finish
Exit (19