filmov
tv
Object serialization (Serializable interface) in Java Tutorial-27 latest (2019)

Показать описание
Serialization : Java object serialization(by serializable interface) provides the ability to save objects in a byte stream that can be later used to transfer objects across the networks, or can be saved to disk in file, or can be stored in database and later can be reconstituted to reclaim the objects.Object serialization is useful in several real world applications and specially in remote method invocation and distributed computing applications.Java beans and EJBs also use this aspect of java.
Write your comments and feedback.
Write your comments and feedback.