+ 2
Why we need byte streams in java using serialization?
In Java serialization mean converting object into byte stream but why we need to convert them?
1 Answer
+ 1
There are a lot of things in every programming language that people donât know why itâs there. I donât personally know, but Iâm sure that someone is using this on a daily basis.