Beans serialization in JSP
问题 Why some times tutorials make beans implement Serializable object and others do not? I know that object should be serialized when I want to send it through a network, so does that prove that each bean used in sessions should implements Serializable objects and beans defined in JSP pages should not since they are not transferred using HTTP requeset 回答1: I know that object should be serialized when I want to send it through a network, so does that prove that each bean used in sessions should