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
☺ | Why are JSP pages the preferred API for creating a web-based client program? |
☺ | What is JSP page? |
☺ | Is JSP technology extensible? |
☺ | What is a Java package and how is it used? |
☺ | What is the ResourceBundle class in JSP? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |