Year 2017
Group B
2.Write a program to display records from the table “employee” that contains (id, name, post and salary) inside the database “testdb”.
Q.no 3 Create jsp page to display all odd numbers from 10 to 50
Q.no 5 Write a servlet to find the reverse of a string.
Group C
Q.no 7 Create a swing GUI that contains a combo box and a text field. When the user selects any item in the combo box, it should be displayed in the text field.