testing jsp
-
JSP code making Out Of Memory ErrorIT.en_US/Apps 2023. 2. 14. 23:37
Not FOR PRODUCTION !!!!!!!! 1. A sample JSP code that can lead to an OutOfMemoryError by allocating too many objects in memory Memory Error JSP This JSP page imports the java.util.* package and defines a simple HTML page with a title and header. - Inside the block, a List object is created and an infinite loop is started to add new elements to the list. Because the loop will never terminate, the..