KJ
2013-12-14 23:29:09 UTC
this is the question :
Write a class named CarPlate encapsulating the concept of a car license plate, assuming that it has the following attributes: the plate number, the state, and its color. Write a client program that creates three CarPlate objects and writes them to a file as objects, then reads them from the file as objects, outputs a description of each of the objects using the toString method (which the CarPlate class should override), and outputs the number of objects. When reading the objects, you should assume that you do not know the number of objects in the file and detect the end of file when an EOFException is thrown by the readObject method.
and also please don't just write comments in **// ASTERIX//** as those don't help much because that is exactly where I hit a wall and fall off of a cliff and drown because I don't know how to fill those in ;(