On Oct 25, 9:02 am, hhb bhh <[email protected]> wrote: > Hi all, > The home work on Network , I guest I get the client part > , but for > the server , I am not sure how to modify to let it get two number The server only takes what comes from the client, manipulates it and returns a result to the client. So normally you parse the strings coming from the client to get integers, add those integers and transform the result again to String to send it to the client. (see Lab Tour of Java Lang near the beginning of the course or any lab with JOptionPane for example, which works similarly to a client/server).
Michèle Garoche -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en
