This tutorial will teach you how to make simple Payroll System using Java and Mysql. we will be teach step by step.if you like to learn java projects this is right place to learn. First we have to make a Simple Employee Registation form with auto generated Id public void autoId() { try { Class.forName("com.mysql.jdbc.Driver"); con = DriverManager.getConnection("jdbc:mysql://localhost/spay","root",""); Statement s …