Here is a bare-bones mock practical exam for you to do. You need to be able to do this in two hours. This leaves one more hour for the more challenging methods that could be in the final exam paper.

Click here

Memo. Question One.

Version One. Create the UI class and the template class with as little code and detail as possible – just get your application to run.

Version Two.

Memo. Question Two

Version One. Create the UI class, the template class and the text file with as little code and detail as possible – just get your application to find the text file, and to run.

Text File: NB.

  1. NO spaces between fields – Yes, there is a space between first name and last name but these are not two different fields.
  2. In Netbeans place your text file in the project folder, not the “scr” folder.