Under what two circumstances is the setJspBody method NOT called in a tag class that
implements the SimpleTag interface? (Choose two.)
A.
The tag is invoked without a body.
B.
The doTag method throws an exception.
C.
The <body-content> element has the value empty.
D.
The tag is called with the attribute skip-body=true.
Explanation: