Re: Why must I implements Serializable in Bean objects?
Posted By:
zhebin_cong
Posted On:
Monday, January 21, 2002 06:28 PM
the bean that implements serializable can be transmit between different jvm,bot nonserializable one can't be,if you implement distributed compute,such as rmi,you must implement serializable.