I am following the UDP tutorials at http://docs.oracle.com/javase/tutorial/networking/datagrams/broadcasting.html ,I have copied all the code and compiled it, now If I compi
You can do the following:
Use netstat coomand to view which application is using that port. Then use tasklist and taskkill to kill the application at that port.