Kizspy | Question: 43 (Choose 1 answer)
How can a Simple Tag Handler access the body content of the custom tag?
A. By using the 'getWriter() method of the 'JspWriter' class.
B. By implementing the 'Body Tag' interface in the tag handler class.
C. By using the 'getJspContext().getOut() method of the 'JspContext class.
D. By using the 'getParent()` method of the 'javax.servlet.jsp.tagext.Tag' interface.