Sunday, 15 June 2014

For two or more jsp requests how many html responses -



For two or more jsp requests how many html responses -

i have question, when 1 clicks on submit button on page assume happens, 2 jsp requests go server.

would there 2 htmls or 1 html response server. if there 1 html response 2 jsp requests, how achieved?

thanks

would there 2 htmls or 1 html response server response object created each http request. if provide 2 requests , there 2 response objects in turn.

if considering in terms of view , there 1 view returned . can either through requestdispatcher or sendredirect.

see how servlets work? instantiation, session variables , multithreading

html jsp

No comments:

Post a Comment