Hi,
So I have an example question as follows:
Explain how a JSP page is executed and what kind of problems may occur.
I'm fine with the first part, compile the static html and the scriptlets to java to be served by the servlet etc.
But I'm stumped by what problems may occur? The JSP page is held in memory... so maybe that may exhaust memory? I'm kinda grabbing at straws here...
Adam