1. Write a program to demonstrate Multi-threading using Thread Class.
  2. Write java program to implement Runnable interface Write java program for demonstrating concept of Thread synchronization.
  3. Write java code for implementing the following Inter-thread communication methods: usingwait(), notify(), notifyAll()
  4. Develop java programs to implement Simple generic class and methods Write java programs to demonstrate concept of ArrayList, Vector and LinkedList.
  5. Write java code to implement Iterator to access collection elements.
  6. Write java programs to demonstrate concept of HasSet, LinkedHashSet and TreeSet
  7. Implement jdbc connectivity to insert records and delete records into a table.
  8. Implement jdbc connectivity to Apply concept JDBC and types of drives Using JDBC to access database Ability to write code to access data using JDBC
  9. Retrieve data effectively from database using JDBC
  10. Develop and deploy web-based enterprise applications demonstrate PreparedStatement. Write java code to demonstrate stored procedures with Callable Statement.
  11. Write java code to implement concept of Scrollable and updatable result sets.
  12. Write java code to Making use of Database Metadata and ResultSetMetadata
  13. Write a servlet program to create a simple servlet and test it.
  14. Write a servlet program to read the client request parameters.
  15. Implement a Servlet to generate Multiplication Table for a Number Entered in Html Page.
  16. Develop an application/s to demonstrate all the core tags available in JSP (Declaration, Expression, Directive and Scriptlet Tag) Develop a JSP Application to accept Details from user and store it into the database table.
  17. Develop a JSP Application to Authenticate User login as per registration details. If login success the forward user Demonstrate working of JSP Use implicit objects in JSP Ability to write Simple JSP pages Making use of directives and scriplets Making use of Implicit objects in JSP code 11 to Index Page otherwise show login failure Message.
  18. Write a web based student registration application where students can register online with their enrolment number. The registered students should be able to log on to the site aftergetting registered. You are required to use JSP, Servlet and JDBC