which of the following statements are about
jsp:forward action is false?
a)if the page out put is buffered,the buffer is cleared prior to forwarding.
b) if the page out put is buffered and the buffer was flushed, the buffer is reset once again before forwarding.
c) if the page output was un buffered and anything has been written to it ,an attempt to forward the request will result in an
IllegalStateException.
the answer what i expected was c.
and the answer what they had given is b.
how is it possible what happens about the third example. Any one explain this please.