Java serializable interface

I was trying to understand the concept behind the java serialization.

I know java serialization is required when you want to save state of an object outside JVM. My thinking was why don’t Sun make all classes as Serializable by default? Why Serializable interface required to persist an object?

Read more of this post

A simple dependency injection component

Guice is alternative to Spring framework except life cycle management.

I like Guice framework over Spring for the following reason.

Read more of this post

Follow

Get every new post delivered to your Inbox.

Join 30 other followers