Tagged Questions

0
votes
1answer
201 views

UDP Client/Server object transfer help

I'm trying to transfer an ArrayList from a client to a server using the UDP protocol. The transfer starts at the "max" if statement. Same in the server side This is the client: public class ...