java.io.NotSerializableException: java.util.Scanner
Hi guys,
My program is a CD/DVD store. There are customers, admininstrators, each with login username and password. Now I have to save all data when exiting the program by either the admin or customer. Now i keep getting that exception whenever exiting.
In the code Customer doesnt have scanner, Administrator does though. I suppose the problem in Administrator class but can't really find any error. Any input would be appreciated.
Cheers

