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