Homework mentions this: ------------------------------------------------------------------------------------------------------------------------------------------- 1. The homework is to either modify SerializeTime NetBeans project you've done in Exercise 8 above or create a new project as following. (You might want to create a new project by copying the SerializeTime project. You can name the homework project in any way you want but here I am going to call it MySerializationProject.)
Write MyClassToBePersisted.java, which contains the following properties Profile field, which has the following fields String name int age String hobby School field, which has the following fields String nameOfSchool int yearStarted (this is transient field) ----------------------------------------------------------------------------------------------------------------------------------------- Should it be modify Exercise 2 and in the Write .... section, should it be Profile class and School class instead of Profile field and School field. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
