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 |
What do you mean by servlet context?
Difference between jakarta tomcat and apache Tomcat?
How do you find out what client machine is making a request to your servlet
What do you mean by the servlet chaining?
How can you create a session in servlet?
What is a servlet context object?
What is the difference between Server and Container?
what is meant by Transaction Isolation Levels?
What is connection pooling?
What if you need to span your transaction across multiple servlet invocations?
What is the structure of the http response
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.