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?



How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSaf..

Answer / abilash

servlet: it must implement SingleThreadModel for thread safe

jsp: isthreadSafe="false"

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Servlets Interview Questions

What is servlet configuration?

0 Answers  


What is the default HttpRequest method?

6 Answers  


How can you maintain servlet chaining?

1 Answers  


Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html

1 Answers  


What do you mean by chaining in servlet?

0 Answers  






can we create more than ServletContext and ServletConfig in your application

6 Answers   Patni,


Which interface must be implemented by all servlets?

0 Answers  


What do you mean by request dispatcher in servlet?

0 Answers  


How can we refresh automatically when new data has entered the database?

0 Answers  


What is the use of servlet wrapper classes?

0 Answers  


What is servlet?

15 Answers   Conesys, Siemens,


How will you pass values from HTML page to the servlet?

0 Answers  


Categories