Tuesday, November 29, 2011

When many Users are browsing the same application at the same time and they click the "Submit" button will many objects be created for each and every User?

when we implement SingleThread Model one object will be created for every request, otherwise only one object will be created irrespective of the number of requests.
Category:JSP Interview Questions

No comments:

Post a Comment