Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Java > JSP

JSP JSP Interview Questions, Learn by sharing JSP Interview Questions asked in various companies, Get Career advices, Interview Procedures from JSP experts, Post asked JSP Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-10-2008, 08:21 AM
Senior Member
 
Join Date: Mar 2008
Posts: 1,467
Default How to implement a thread-safe Jsp

How to implement a thread-safe Jsp page?
Reply With Quote
  #2 (permalink)  
Old 07-25-2008, 12:57 PM
Member
 
Join Date: Jul 2008
Location: West Bengal,India
Posts: 48
Default

This is done by adding the directive

<%@ page isThreadSafe="false" %>

within the JSP page.
__________________
Asit Kumar Purohit.
SRIC,IIT Kharagpur.
West Bengal,India
Mail me
Reply With Quote
Reply

Tags
java, jsp, software

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On