Write a Java program to accept the details of Teacher(tno, name, salary) from the user and store into the database table and update the salary of techer yo entered salary amount and tno.
Write a Java program to accept the details of Teacher(tno, name, salary) from the user and store into the database table a…