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 |
Which event is fired at the time of session creation and destroy?
Explain the war file?
What are different ways for authentication of servlet?
What is the directory structure of web application?
What are the important functions of filters?
How we can create war file in servlet?
why are using HttpServlet in realtime projects and why are not using Genericservlet
What is java servlet?
Is servlet a server side scripting language?
What are the classes and interfaces for servlets?
How native code can be used in a servlet?
What is the requirement of servlet config and servlet context implemented and how are they implemented?