# Experiment - 1 Done Download
1 Java program to design an applet that calculates factorial of a number.
2 Write a java program to print your name and roll number using MVC architecture.
3 Write a java program to display submits and cancel button in AWT.
4 Create a registration page in AWT and add following component.
First Name (Add Text Field) - Last Name (Add Text Field)
- E-Mail ID
- Password
- Language (Checkbox)
- Gender (Radio Button)
- Submit and Cancel Button
5 Write a java program to display submits and cancel button in Swing.
6 Create a registration page in Swing and add following component.
First Name (Add Text Field) - Last Name (Add Text Field)
- E-Mail ID
- Password
- Language (Checkbox)
- Gender (Radio Button)
- Submit and Cancel Button
# Experiment - 2
7 Java Program to show the database connectivity with JDBC Driver on Command Line Interface
8 Java Program to implement the following SQL commands Using JDBC.
- SELECT * FROM Student;
- SELECT * FROM Student WHERE RollNumber=' 16EGJCS000';
9 Write a Java Program to illustrate the client server architecture using socket.
# Experiment - 3
10 Java program to implement Remote Method Invocation.
# Experiment - 4
11 Practical Understanding of Web Application, HTTP Protocol, Web Container and Application Server.
# Experiment - 5
12 Create a Registration page using JSP.
13 Create a Login page using JSP.
# Experiment - 6
14 Create a registration page using JSP and servlet and take the value from user and store into the database.
# Mini Project Done Download
1. Create a Registration Page and Login Page using JSP and Servlet.