How ThreadSafe page attribute will be working in Servlet as
well as in JSP?Automatically ThresdSafe is true in JSP so
service method will be destroy in each and every request or
not?so how thresd will handle srevice method?
Answer / abilash
servlet: it must implement SingleThreadModel for thread safe
jsp: isthreadSafe="false"
| Is This Answer Correct ? | 1 Yes | 0 No |
How values can be passed from HTML page to servlet?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What are the life-cycle methods for a servlet?
What are the benefits of using servlet over cgi?
How do servlets work?
What are the difference between session and cookies in servlet? Explain
how do you maintain sessions in servlets?
What are the difference between RMI and Servlets?
What do you mean by servlet context?
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
Why the concept of single thread model interface is used?
How to pass JavaBeans data to JSP using Servlets?