Exit this survey Developing Java Web Applications Pre Test Default Section Question Title * 1. JSP is an acronym for? Java Script Pages Java Server Pages JavaScript Server Pages None of the above Do Not Know Question Title * 2. Which of the following JSP tag libraries should be use to code a loop? JSTL Core JSP Format Struts Logic None of the above Do not know Question Title * 3. Which is the following is the correct format to access the Session from the Servlet? request.getSession() HttpSession session = new HttpSession() ServletContext.getSession() None of the above Do not know Question Title * 4. Which of the following is the correct super-class for Java Servlets? Servlet Object HttpServlet No super-class Do not know Question Title * 5. Java Servlets support both GET and POST requests True False Do not know Question Title * 6. Which of the following is the correct definition of a JavaBean? Has Get/Set methods for every field Has a Default Constructor Implements java.io.Serializable All of the above Do not know Question Title * 7. Java Servlets must be coded for all Dynamic Web Applications True False Do not know Question Title * 8. Which of the following will cause the form data not to be sent to the Servlet? Not coding an id attribute Not coding a name attribute Note coding an initial value for the field None, if it is within a form tag it will always be transmitted Do not know Question Title * 9. JSP pages must have a .htmlx suffix in the project True False Do not know Question Title * 10. Where is a custom HTTP Status 404 page defined? In the web.xml In the Http-config.xml In the Java Servlet class In the tomcat-config.xml Do not know Done