Using NetBeans program
Project Task: Develop a client-server Java application that waits for clients to connect to a server. The client should request the server to stream the content of a text file. The server should read the content of the text file and respond by streaming the content to the client. Once the client receives the content, it should write the content to a text file and reply to the server that the content of the file was received.