Ibland går det fort..
try {
fos = new FileOutputStream("ADRESSBOOK");
} catch (FileNotFoundException e) {
throw new FileNotFoundException();
}
try {
oos = new ObjectOutputStream(fos);
oos.writeObject(listModel);
oos.close();
} catch (IOException e) {
throw new IOException();
}
Skriv snabbt, IDE:n klagar, lös det, snabbt. Ibland går det lite fort..
Försök,fånga,kasta samma som du fångar.. tokigt..
Inga kommentarer:
Skicka en kommentar