how to make a jsp page threadsafe?

Answer Posted / john

There is an attribute in page directive
element "isThreadSafe", assign false to this, so that the
jsp container sends the client request one at a time to the
jsp page.
<%@page isThreadSafe="false"%>

Is This Answer Correct ?    23 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the components of jsp?

514


What is jsp language?

496


Explain the jsp:setProperty action.

569


What information is needed to create a tcp socket?

519


Why should we not configure jsp standard tags in web.xml?

530






Explain the difference between forward and sendredirect?

483


Why is jsp used for?

507


What is Include directive?

552


Which one is better jsp or servlet?

480


How can the applets be displayed in the jsp? Explain with an example.

534


Can a constructor be used in place of init() method to initialize a servlet?

507


What is jsp technology?

531


Explain the advantages of jsp?

575


Why is it not recommended to use script elements in jsp?

487


What are the jsp standard actions?

533