CSE1030M/Z 2011-12W Exam Stuff 1. The exam will cover everything from the course. In the text, that's chapters 1 - 9, 11, 13, 14, 15.1-15.3, 15.4(doubly linked lists), 17.1-17.3. And everything discussed in class. In chapter 13, read all of inner classes. public/private static/nonstatic, how inner/outer classes access each others members, how public inner classes static/nonstatic are instantiated. Material on exceptions, which you should remember from CSE 1020, is testable. 2. All the students in the course (both sections together) will be split into 2 groups, with one group doing the written part followed by a labtest and the other group doing a labtest first and then a written part. See the main course webpage for details of who does what when. 3. Be sure to bring your York student ID. 4. Both the written part and labtest are closed book with no aids allowed. 5. In the labtest, you will be given some .java files to complete and some .class files to use, like you were in the midterm. We will provide NO help in using editors or ide's during the test. **IF YOU USE ECLIPSE, YOU NEED TO KNOW HOW TO USE THE PROVIDED .java AND .class FILES. THE TA MIGHT NOT BE ABLE TO HELP YOU.** 6. In the labtest, be sure to submit your work regularly. Newer submits overwrite older ones. Do not leave submitting till the last minute or everything may be lost.