Sunday 24 August 2014

Program for exchange of information(communication through UDP)

import java.io.*; import java.net.*; import java.util.*; public class UdpReceiver { public static void main(String args[])throws IOException { try { DataInputStream dis=new DataInputStream(System.in); byte[] rdata=new byte[1024];


Click here for Udp Receiver
Click here for Udp Sender

No comments:

Post a Comment