send message from PC to PC
Hi,Anyone know how to send message from one PC to other PC using LAN in java.Thanks
Try reading through the networking tutorial on the Sun site, then google for a few third party networking APIs of the preferred protocol, then try afew things out on your own, then decide what it is you actually want to do, then try and write it, then come back here with any specific questions you may have.
As usual, it depends on details but if they're really "messages" there is the JMS (java messaging services) API. This can work in to models, one point to point like machine readable e-mails, and a "publish and subscribe" model which works more like a newsgroup.