Hi Coders,
I have got a problem in here...!
I want to write a program in which I have to pass some data and packet_no of that data...
So, I am creating an class Packet
. I want to send the an Packet
object through the OutputStream
of the Socket.
How do I achieve this?
Thanks