Archive for Java

You are browsing the archives of Java.

Serialization in Java

Serialization is a very cool concept in Java, allowing you to save any object that is serializable to a file, and call it back later. This can be useful for a number of reason, perhaps if you want to make a save file for a game, or have a database that you want to access [...]

Busy, Busy, Busy

(Originally Posted January 11, 2008)
I’ve just started a 2nd job, and the new semester of school just started, so my blog posts here aren’t going to be as frequent as they once were. hopefully I’ll be able to still make a few posts a week. SO here is what’s been going on lately.