Is JSP Thread Safe ???? How To make JSP thrad safe ?????
Answer Posted / nagendra
<% page isThreadSafe="false"%>
Then only jsp become ThreadSafe
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why is a constructor needed in a servlet even if we use the init method?
Difference between forward() method and sendredirect() method ?
Explain the steps involved in placing a servlet within a package?
What are the different ways we can maintain state between requests?
What are different ways for authentication of servlet?
Explain the different ways for servlet authentication?
How is the get () method different from the post() method?
What are different methods of session management in servlets?
Describe the phases of servlet lifecycle?
Explain the custom jsp tags and the beans.
What is the
Can you create a deadlock condition on a servlet?
What's the advantages using servlets than using cgi?
What is the use of attribute in servlets?
What are the types of servlet?