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?



How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSaf..

Answer / abilash

servlet: it must implement SingleThreadModel for thread safe

jsp: isthreadSafe="false"

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Servlets Interview Questions

What do you mean by servlet context?

0 Answers  


Difference between jakarta tomcat and apache Tomcat?

4 Answers   IBM,


How do you find out what client machine is making a request to your servlet

0 Answers  


What do you mean by the servlet chaining?

0 Answers  


How can you create a session in servlet?

0 Answers  


What is a servlet context object?

0 Answers  


What is the difference between Server and Container?

0 Answers  


what is meant by Transaction Isolation Levels?

2 Answers   IBM,


What is connection pooling?

4 Answers   Wipro,


What if you need to span your transaction across multiple servlet invocations?

0 Answers  


What is the structure of the http response

0 Answers  


Hi friends am newbie to servlet. How code reusability easy in servlet. why not in jsp . here reusabillity means only javabeans or any thing else.

1 Answers  


Categories