Thread: Java PLA Test
View Single Post
Old Oct 11th, 2006, 5:48 PM   #1
Eric the Red
Hobbyist Programmer
 
Eric the Red's Avatar
 
Join Date: Feb 2006
Posts: 214
Rep Power: 0 Eric the Red is an unknown quantity at this point
Java PLA Test

I've written a Java "prior knowledge test", it seems that in addition to the exam I already wrote, I also have to do the following:

Quote:
The applicant should submit a copy of a program(s) written in Java
that illustrate the use of a class and a “tester”. The class
should have:
o At least 2 instance variables
o A constructor
o Several methods, including accessor methods and several
additional methods that illustrate passing of parameters.
I know this is an easy "easy" assignment. However, what the heck is a tester? Is it the main method "with code" that creates an instance of the class that I'm writing? Please help me in clarifying this.
__________________
Death smiles at us all. All a man can do is smile back.
Eric the Red is offline   Reply With Quote