Im working on a Java programming assignment as part of an intermediate course. It involves a server application that communicates with a simple mySQL database (one table) and accepts requests from a simple client gui application. Topics include object serialization socket communication and JDBC.The goals of the client/server relationship is to print out requested table queries and to update the table with any changes requested by the client. Should be fairly straightforward Im just inept.I already have the connections working but Im just not sure how to proceed from there. Let me know if this sounds up your alley I can send you the project description if interested and all the connection information you need to do the assignment.Thanks