Hi,
I don't understand the meaning of "Commiting the response". For example in case of forward, if we commit the response, we get
IllegalStateException... In the HFS it says, if you use methods like flush(), we get IllegalStateException, but my question is why will some use this method...
will this generate illegalstateexception
writer.println("testetest");
RequestDispatcher view = request.getRequestDispatacher("dddd.jsp");
view.forward(request, response)
Can some one please explain...
SCJP 1.4, SCWCD 1.4, SCBCD 1.5, TOGAF 9, Comptia Cloud+