Saved Bookmarks
| 1. |
Can A Serialized Object Be Transmitted Through Network? |
|
Answer» Yes, a Serialized OBJECT can be transmitted VIA the network as JAVA serialized object remains in form of bytes. Serialized objects can also be stored in Disk or database as Blob. Yes, a Serialized object can be transmitted via the network as Java serialized object remains in form of bytes. Serialized objects can also be stored in Disk or database as Blob. |
|