Wednesday, 8 February 2017

How can a thread safe JSP page be implemented ?

Jsp page can be make thread safe by implementing the SingleThreadModel interface. Add <%@page isThreadSafe=”false” %> at the top of JSP file. to make thread safe JSP.

      
Blog Author - Pushkar Khosla,
Software Developer by Profession with 3.0 Yrs of Experience , through this blog i'am sharing my industrial Java Knowledge to entire world. For any question or query any one can comment below or mail me at pushkar.itsitm52@gmail.com.

This blog is all about to learn Core Java ,Interview Programs and Coding tricks to polish your Java Knowledge. If you like the content of this blog please share this with your friends.



No comments:

Post a Comment