+1 vote
in JAVA by
Can a Serialized object be transferred via network?

1 Answer

0 votes
by

Yes, we can transfer a serialized object via network because the serialized object is stored in the memory in the form of bytes and can be transmitted over the network. We can also write the serialized object to the disk or the database.

Related questions

0 votes
asked May 2, 2021 in JAVA by sharadyadav1986
0 votes
asked Jan 27, 2020 in JAVA by rahuljain1
...