Hi.
I am using ObjectOutputStream and writeObject,
and I am trying to write two Strings in it.
Okay, so it compiles, but it would be nice to understand how
JAVA knows where the field "model" ends and the next field "colour" starts.
I mean : if we were to use readObject(), how does the read know there are 2 fields ???
Sometimes I really like to know why JAA works in a particular way. I see it as an overly complex language.
[ November 21, 2002: Message edited by: achana chan ]