Hi,
I'm relatively new to JSP (J2EE).
While I was reading I encountered the following JSP declarations. (<%!>)
now is my question how does the servlet save the new value, because I thought that the container creates a new thread for every request to access the servlet.
So by doing that won't the servlet and his declared variable be reseted?:-/
Thanks!