1) Write a java program to display IP Address and Name of client machine.
5): Write a java program to create Teacher table(TNo.TName, Sal, Desg) and insert a record in it.
8) Write a multithreading program using Runnable interface to blink Text on the frame.
9)Write a JDBC program to delete the records of employees whose names are starts
10) Write a JDBC program to count the number of records in table.(Without using standard method)
13)Write a java program to create a Mobile (Model_No, Company_Name, Price, Color) table.
21) Write a JDBC Program in java to display the names of Employees starting with ‘S’ character. .
22)Write a java program to display IP Address and Name of client machine.
26)Write a multithreading program in java to display all the alphabets from A to Z after 3 seconds
28)Write a JSP program to check whether given number is Armstrong or not. (Use Include directive).
30)Write a JSP program to display all the prime numbers between 1 to n in blue Color