The quiz will be mostly multiple choice, very much like the last one, but there will be one question at the end in which you will need to write a method. You will need to familiar with basic concepts such as parameters to a method, return values, and how to construct a method header. You will also be expected to write a simple for loop.
The multiple choice questions will all be on the subject of strings and file handling. If you glance at the code we have been working on over the last few weeks, you should have no problem with these. For the multiple choice questions you will not be expected to write code, but you will need to be able to recognise correct code from incorrect code and predict output from code snippets. Built-in methods like length(), charAt() and indexOf(), from the String class will appear in the questions, along with the methods from the two file-related classes that we have studied.