implement a Database Multi Client–Server application using the TCP protocol This app uses JDBC and Java Networks skills. I have implemented a Multi Client–Server application using the TCP protocol, where the user continuously inputs the name of an artist and the server replies with the number of albums for that particular artist, until the user types ‘stop’. 5 The SQL query is a simple inner join executed on the Music database.