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 Posted / abilash
servlet: it must implement SingleThreadModel for thread safe
jsp: isthreadSafe="false"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I know if java is running on linux?
What are the different methods of session management in servlets?
How do you configure a centralized error handler in servlets?
How to find whether a parameter exists in the request object?
Why doesn’t a servlet include main()? How does it work?
How the typical servlet code look like ?
What is a server side include (ssi)
Explain web container.
Why servlet is faster than jsp?
How native code can be used in a servlet?
Why do we need a constructor in a servlet if we use the init method?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
How to get the current httpsession object?
What is the
What is servlet instance?