What is the difference between DatagramSocket and Socket????
807598May 27 2006 — edited May 27 2006I have two separate programs to do with IP communications. One uses DatagramPacket and DatagramSocket whilst the other uses ServerSocket and Socket. What is the difference and which is more efficient to use?