Multiple Choice
Which statement about life-cycle callback methods is correct?
A) Life-cycle callback methods must be implemented in the bean class.
B) Life-cycle callback methods can have public, private, protected, or packagelevel access. ()
C) A life-cycle callback method can only have a single callback annotation. In other words, you cannot define a single method and give it two different callback annotations.
D) Life-cycle callback methods can be declared as static.
Correct Answer:

Verified
Correct Answer:
Verified
Q15: Which of the following delegates the request
Q16: Which of the following acts as a
Q17: Which can generate HTML dynamically on the
Q18: How many jsp implicit objects are there
Q19: Which statement correctly identifies the goals of
Q20: Which attribute specifies a JSP page that
Q22: Which two interfaces does the javax. servlet.
Q23: An instance of Action is invoked by<br>A)
Q24: Which of the following should always forwards
Q25: JSPs eventually are compiled into Java servlets,