In the Servlet 2.4 specification SingleThreadModel has been deprecated, why?
Submitted by: AdministratorBecause it is not practical to have such model. Whether you set isThreadSafe to true or false, you should take care of concurrent client requests to the JSP page by synchronizing access to any shared objects defined at the page level.
Submitted by: Administrator
Submitted by: Administrator
Read Online Java JSP Programming Job Interview Questions And Answers
Top Java JSP Programming Questions
☺ | What is JSP technology? |
☺ | What is JSP page? |
☺ | Why are JSP pages the preferred API for creating a web-based client program? |
☺ | What is the ResourceBundle class in JSP? |
☺ | What is a Java package and how is it used? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |