By davaks
via techlabs4u.com
Published: Nov 17 2012 / 06:04
By default, JSP engine assumes that JSPs are thread-safe because the default <%@ page isThreadSafe="true"%> directive tells the JSP engine that a JavaServer Page is thread-safe. So multiple threads are allowed to execute a JSP at the same time....
Add your comment