JSP 2.0 Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 14% Most missed: “In an annotation-based Spring MVC controller - which of the following are valid …”
JSP 2.0 Test
Time left 00:00
25 Questions

1. Which of the following can be used to serve static resources while still using DispatchServlet at the site's root?
2. With regard to the destroy lifecycle method - identify the correct statements about its purpose or about how and when it is invoked.
3. Which statements are true regarding ServletContext Init Parameters in the deployment descriptor?
4. Which of the following dependency injection (DI) methodologies are available in Spring MVC?
5. Which method is called by the servlet container just after the servlet is removed from service?
6. Which of following interfaces can make a servlet thread safe?
7. Which two of the following statements are best associated with the HTTPPOST method?
8. If cookies are turned off on the client - which two methods still work with the session ID?
9. Which statement is true regarding a servlet context listener?
10. Which of the following statements is false?
11. Which of the following is not a JSP implicit object?
12. Select all authentication methods that are supported by Spring Security by default:
13. Which of the following options is a valid declaration?
14. Assuming the servlet method for handling HTTPGET requests is doGet(HttpServletRequest req - HTTPServletResponse res) - how do you get a request parameter in that servlet?
15. Which of the following is a JSP implicit object?
16. Which of the following statements is/are true about autowiring in Spring?
17. Which of the following is the name of the cookie used by Servlet Containers to maintain session information?
18. Which of the following statements is true about the HandlerExceptionResolver class?
19. Which of the following is not a built-in Spring MVC bean scope?
20. Fill in the blank: _______ is a class-level annotation indicating that an object is a source of bean definitions.
21. With regard to the servlet context listener - which of the following methods is valid?
22. Which of the following statements are true regarding the structure of a WebArchive file?
23. Assume the custom tag is GLOOP and the prefix is TWONG. Which of the following is the syntax for an empty custom tag?
24. Which interface and method name should be used to retrieve HTTP request header information?
25. Which of the following statements is true for the configuration of the Spring handler adapter(s) in a Spring MVC application context?

⚡ Recently practiced quizzes in this topic
Live quiz activity