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 Delete a Cookie in JSP ?

How Will You Use a Cookie in JSP ?

What are the Situations in Which You Choose HashSet or TreeSet in ...

What are the Uses of Reflection in Java ?

How Will You Include a Static File in a JSP Page ?