This document was uploaded by user and they confirmed that they have the permission to share
it. If you are author or own the copyright of this book, please report to us by using this DMCA
report form. Report DMCA
compile the program as javac UDPServerDemo.java javac UDPClientDemo.java running the file run the server first in seperate cmd java UDPServerDemo run the client in seperate cmd java UDPClientDemo localhost hello world! output: java UDPServerDemo hello world! Connection Terminated java UDPClientDemo localhost hello world! Data Sent to Server hello world!