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 can we achieve transport layer security for our web application?
What are different ways for servlet authentication?
What’s the difference between sendredirect and forward methods
Who is responsible for writing a constructor?
What is difference between get and post method?
Which event is fired at the time of session creation and destroy?
How is the get () method different from the post() method?
How do you run a servlet?
What are the differences between servlet context vs servlet config?
What are the advantages of Servlet over CGI?
Why do we need servlet filter?
What are the uses of servlets?
Explain the features are in servlet 3?
What is the use of java servlet api?
What is the purpose of requestdispatcher interface?