40 likes | 67 Views
Important information for the upcoming Java final exam on May 12, covering specific chapters and topics from the textbooks by Liang. Be prepared for various question types. Remember to review class notes and programs thoroughly.
E N D
Final Exam • Monday, May 12 • 10:00-11:50 AM • room 101 WWH
Material Covered (from book) • Topics covered from Liang 5: • Chapters 1 - 8 • Except 2.12, 2.16, 2.17, 3.6.1, 6.17, 7.2.8, 8.8, 8.10, 8.11, 8.12 • Topics covered from Liang 6: • Chapters 1-7, 9, 10: 10.1-10.4, 19: 19.1 – 19.5 • Except 3.6, 3.8, 4.9.1, 5.12, 6.6, 6.9, 7.9, 7.17, 7.18, 9.9, 9.10, 9.12, 9.14, 9.15, 9.16, • I did not exclude the case studies in the chapters. I will not ask questions about them; however, reviewing them is a good idea just to see the code.
Material Covered • Anything covered in the class notes and programs is fair game. • Including Applets • No exception handling • No generics (type parameters) • Know how to use StringTokenizer
Types of Questions • The test will be some combination of the following question types: • Shorts answers • Write a program • Write a method • Write classes