CSC 314 Programming in Java
Winter
2001
Coverage of the Final Exam
Thursday
March 22
Exam length
The Exam has 50 points (25% of the class
grade). Most people will be able to finish within 90 minutes, but
anyone is allowed to work on the exam until 9:30 (approximately 3+
hours). It will have the same kinds of questions as the first quiz
(e.g. multiple choice, short answer, provide the output, write a some
code).
Coverage
The coverage is comprehensive but will focus on topics covered since
the last midterm.
Topics covered since the midterm
- More graphical components
- Overview of event listeners
- combo boxes, lists
- AWT vs. Swing
- Exception handling (ch. 14)
- Files & Streams (17.1-17.5) plus URL access (course notes)
- Applets (ch. 3 and course notes)
- JDBC (ch. 18 - only simple SQL)
- Servlets (19.1-19.4)
- JSPs (course notes)
- Multithreading (15.1-15.5)
- Advanced OO concepts including polymorphism, method binding, interfaces (ch. 9)
- Packages and jar files (8.5 and course notes)
-
Reflection