Hello All,
Can anyone please help me with the below piece of the Serialization
homework?
Do i need to write two different interfaces one for Profile, and
another for School field (or) is there anyother simple and efficient
way to define the Profile and School fields?
 I am just confused how i can define Profie and School fields which in
turn contains multiple fields other than defining a java interface or
class for these two fields?
Any sort of help is greatly appreciated.

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)

Thanks

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to