I'm doing a tutorial roseindia.net (http://www.roseindia.net/tutorial/java/jdbc/dataaccessobjectdesignpattern.html) and to make the bean StudentBean.java implement java.io.Serializable interface.
Does this have any reason? Is the data stored differently in the database to implement Serializable interface?