Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UDP client Java source code
#1

to get information about the topic"UDP client Java source code" refer the page link bellow

import java.net.*;
import java.io.*;

class UDPclient
{
final static int ECHO_PORT=7;
DatagramPacket dp;
DatagramSocket ds;
byte msg=new byte[1024];
String msgreceived;

try{

Reference: http://seminarsprojects.net/Thread-udp-c...z1gI81SfxE
Reply

#2
Code:
import java.net.*;
import java.io.*;

class UDPclient
{
final static int ECHO_PORT=7;
DatagramPacket dp;
DatagramSocket ds;
byte msg=new byte[1024];
String msgreceived;

try{
Reply

#3
Well i dont know much about this but i have keen to seek this..can you please give me the recommended book

koozies
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.