Bca Advanced Java Programming Lab 5
Bca Advanced Java Programming Lab 5
LEARNING OUTCOMES:
Knowledge about the database programming will add an advantage in developing an efficient
and secure application.
Knowledge about the java server pages and servlets will help in developing web based
applications.
Understanding of how the creation and usage of jar files work will be an added an advantage
in creating java based software.
PART –A
PART – B
9. Implement Echo Server and client program that displays whatever is typed in the server on
to the client using sockets.
10. Implement the concept of Cookies by registering a new user and displaying the number of
visits made by the user .
11. Implement Login Form Validation using JavaBeans.
12. Implement jdbc connectivity to insert records and delete records into a table.
13. Implement jdbc connectivity to to demonstrate PreparedStatement.
14. Implement jdbc connectivity to demonstrate first( ), next( ), previous( ), relative(int row),
absolute(int row).
15. Implement a simple client/server Application using RMI.
16. Write a program to create a jar file.