+ 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 Resposta
+ 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.