Question: Write a java program to create a class named DatagramClient to do the following steps: Find the destination's IP address. Create a DatagramPacket based on

Write a java program to create a class named DatagramClient to do the following steps: Find the destination's IP address. Create a DatagramPacket based on the destination address and the data to be sent. - Create a Datagram Socket for sending the packet. Send the DatagramPacket over the Datagram Socket
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
