Download presentation
Presentation is loading. Please wait.
Published byΠήγασος Ανδρεάδης Modified over 5 years ago
1
COP 4610L: Applications in the Enterprise Spring 2005
Final Exam Review – UPDATED 4/27/05 Instructor : Mark Llewellyn CSB 242, Phd, MS, Under School of Computer Science University of Central Florida
2
Topics Covered New Material (since mid-term exam)
MySQL class notes part 1 and 2. Chapter 8 in textbook covers straight SQL not MySQL. Ignore Sections dealing with Cloudscape. MySQL/JDBC class notes parts 1 and 2. Corresponding chapter in textbook is Chapter 8. Servlets class notes parts 1, 2, 3, 4, and 5. Corresponding chapter in textbook is Chapter 9. JSP class notes part 1, 2, and 3. Corresponding chapter in textbook is Chapter 10. PHP class notes part 1, 2, and 3. No corresponding chapter in textbook.
3
Topics Covered (cont.) Old Material (material covered on mid-term exam) Review midterm exam for suitable questions on previous material. The solution key for the midterm exam is on the course webpage.
4
Structure of the Exam The exam consists of 30 multiple choice questions and 1 written answer problem. Of the 31 total questions, 6 deal with material covered on the midterm exam and 25 deal with the material covered since the midterm exam. There will be no questions where you will be required to write Java code on the exam.
5
Example Questions A special feature of the JSP action <jsp: setProperty> is matching of request parameters to bean properties of the same name. All servlets must implement the interface. Class HttpServlet defines methods doGet and doPost to respond to and requests from a client, respectively. PHP code is inserted into an XHTML document between the delimiters and
6
Example Questions (cont.)
Threads run within a program and make use of that program’s resources in their execution. For this reason threads are also called: Heavyweight processes (HWP). Lightweight processes (LWP). Middleweight processes (MWP). JSPs normally execute as part of a Web server that is referred to as the: JSP server. JSP script. JSP container. None of the above.
7
Example Questions (cont.)
The WEB-INF directory in Tomcat is required to contain at least… A directory named classes. A directory named lib. A file named web.xml. All of the above. Only (a) and (c). Implicit JSP objects have four possible scopes. Which of the following is not one of these scopes. Application. Page. Request. Session. None of the above
8
Example Questions - SOLUTIONS
A special feature of the JSP action <jsp: setProperty> is automatic matching of request parameters to bean properties of the same name. All servlets must implement the Servlet interface. Class HttpServlet defines methods doGet and doPost to respond to get and post requests from a client, respectively. PHP code is inserted into an XHTML document between the delimiters <?php and ?>.
9
Example Questions - SOLUTIONS (cont.)
Threads run within a program and make use of that program’s resources in their execution. For this reason threads are also called: Lightweight processes (LWP). JSPs normally execute as part of a Web server that is referred to as the: JSP container. The WEB-INF directory in Tomcat is required to contain at least… Only (a) and (c). Implicit JSP objects have four possible scopes. Which of the following is not one of these scopes. None of the above
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.