Write a Java controller that will save required data into the database. Consider the given information below to develop
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Write a Java controller that will save required data into the database. Consider the given information below to develop
Write a Java controller that will save required data into the database. Consider the given information below to develop the controller. Database Host: "localhost" Database Name: "studentinfo" ID Database User: "root" Database Password: "mypass" Name Table Name: "student" Date of Birth { Father's Name studid: int(15) primary key studname: varchar(40) studdob: varchar(14) fname: varchar(40) Mother's Name Address mname: varchar(40) studaddress: varchar(130) } 11 Save
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!