1. Write a Java program to illustrate the concept of threading using Thread Class.
2. Write a Java program to illustrate the concept of threading using runnable
Interface.
3. Write a Java program to illustrate the concept of Thread synchronization
4. Write a Java program to illustrate collection classes like Array List
(Create an arraylist that can store only Strings.
Create a printall method that will print all the elements of the arraylist using an
Iterator )
5. Write a Java program to illustrate collection classes like linkedlist
6. Write a Java program to implement iteration over Collection using Iterator
interface
7. Write a Java program to implement iteration over Collection using List Iterator
interface
8. Write a Java Program that reads a line of integers, and then displays each
integer, and the
sum of all the integers (Use String Tokenizer class of [Link]).
9. Design a window application for handling key events use Adapter classes to
design
window application.
10. Design a window application for handling mouse events use Adapter classes
to design
window application.
11. Java program to select entire information from the data base using JDBC
12. Java program to insert values into the data base using JDBC.
13. Java program to select a particular record the data base using JDBC
14. Java program to delete a particular record the data base using JDBC
15. Java program to update a particular record the data base using JDBC