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

What is the Use of Interceptor Design Pattern in Java ?

Enumeration and Iterator, Which One Has Better Performance in Jav ...

What is a Compile Time Constant in Java ?

What is a Filter in JSP ?

What is Information Hiding in Java ?