Skip to content

odedpeer/javaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Interview Question

Exercise #1:

Write a Main class that will serialize the list of the employees in the factory to a file using java.io.Serializable.
You must serialize the Department class as part of the employee serialization.

Exercise #2:

To keep the length of the serialized list to a minimum when serializing a Department serialize only the department ID. When deserializing use the DepartmentDAO to get the instance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages