How Will You Implement a Thread Safe JSP Page ?

We can use SingleThreadModel Interface to implement a thread safe JSP page.

We can also add <%@page isThreadSafe=”false” %> directive in JSP page to make it thread safe.



You May Interest

How Will You Use a Cookie in JSP ?

What is the Use of Jsp:useBean in JSP ?

What is the Use of Interceptor Design Pattern in Java ?

What are the Differences Between Internal and External Iterator i ...

Why ListIterator Has add Method But Iterator Does Not Have in Jav ...