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
What is war file?
What mechanisms are used by a Servlet Container to maintain session information?
What is the use of servletconfig interface?
When servlet is loaded?
Is it possible to have a constructor inside the servlet?
Why filter is used in servlet?
Explain jsessionid and when is it created?
What are the difference between RMI and Servlets?
When a servlet accepts a call from a client, it receives two objects. What are they?
What are the steps that are involved in using the httpservlet class?
Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!
What is the difference between Server and Container?
Describe in brief RequestDespatcher?
What is servlet in web technology?
What is api in servlet?