Client-Server model Java application, created for MySQL course at Technical University of Sofia.
One (or multiple) clients connect to a single server. They request some kind of KAT information from a local database. The server provides that information by printing it on the screen. JDBC driver is used.