This afternoon I’ve been doing some research for my independent study on passing objects on Java sockets. What I need to do is create an application level interface for my chat program to send messages… and in Java, that’s easily done in an object. And passing objects is a little confusing. Fortunately, developer.sun.com is an […]