Question: Write a java program to create a class named DatagramServer to do the following steps: Create a DatagramPacket for receiving the data, indicating the buffer
Write a java program to create a class named DatagramServer to do the following steps:
Create a DatagramPacket for receiving the data, indicating the buffer to hold the
data and the maximum length of the buffer.
Create a DatagramSocket to listen to on.
Receive a packet from the client.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
