Write a JSP to accept eno, ename and salary. Insert these records in emp. (Create the emp table with these three fields)
Similar Practical:
Develop a web application using JSP to allow the user to register via an HTML page. When the user clicks on button “Register” call a JSP page to add the entered details to the database using JDBC API. [Registration(fname:varchar, lname:varchar, email:varchar, userid: varchar, password:varchar)] [*Same as emp registration only fields will change*]