Write a Java program to accept the empno from user and update the salary of employee and display the updated record on the screen. Employee having fields empno, ename & salary.
Write a Java program to accept the empno from user and update the salary of employee and display the updated record on the…