# Introduction In this challenge, we will help John utilize her knowledge of Java network programming to develop a simple image uploading application. The challenge involves writing a client and a server program. The client program will be responsible for uploading an image to the server, which will then store the image and send a feedback message to the client. The client program should output "Upload Complete" when it receives the feedback message.
Click the virtual machine below to start practicing