The document outlines a series of programming assignments for a Computer Science student, Bhanu Pratap, focusing on Java development and related technologies. Each assignment includes a program title, description, dates of allocation and completion, and marks awarded. The tasks involve creating Java applications, servlets, and JSP programs, as well as implementing client-server communication and remote method invocation.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
13 views1 page
Hrkidxjva
The document outlines a series of programming assignments for a Computer Science student, Bhanu Pratap, focusing on Java development and related technologies. Each assignment includes a program title, description, dates of allocation and completion, and marks awarded. The tasks involve creating Java applications, servlets, and JSP programs, as well as implementing client-server communication and remote method invocation.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Name: Bhanu Pratap Roll No.
:11222700 Department/Semester/Group: CSE/6/A2
Index Page
Date of Allocation (DOA) Date of Completion Marks awarded
Program / Deadline For (In Terms of Execution by Teacher with Program Title / Description No. Submission (DFS) (E) /Software Used (S) / Signature & Date Written (W) / Viva (V)) Installation of Eclipse IDE for E: Enterprise Java and Web DOA: S: Marks (Out of 30): 1. Developers. W: DFS: Signature: V: Write a java program to enter E: employee details in an Employee DOA: S: Marks (Out of 30): 2. table with attributes- ID, name and W: salary using JDBC. DFS: Signature: V: Write a java program to search, E: update and delete an Employee by DOA: S: Marks (Out of 30): 3. ID. W: DFS: Signature: V: Create an ArrayList of Employee E: details- ID, name, and salary and DOA: S: Marks (Out of 30): 4. display all employee details from W: the Employee table using the DFS: Signature: V: ArrayList... Create and deploy a java servlet to E: print welcome on the browser and DOA: S: Marks (Out of 30): 5. run it using the apache tomcat server W: in eclipse. DFS: Signature: V: Create and deploy a java servlet to E: print all the Employee details in the DOA: S: Marks (Out of 30): 6. Employee table. W: DFS: Signature: V: Create a java jsp program to enter E: the new employee details from an DOA: S: Marks (Out of 30): 7. HTML form into the Employee W: table. DFS: Signature: V: Create a java jsp program to delete E: an employee from the employee DOA: S: Marks (Out of 30): 8. table. W: DFS: Signature: V: Implement java client-server E: communication using java DOA: S: Marks (Out of 30): 9. networking concepts. W: DFS: Signature: V: Call a remote method to display E: Employee details from the server DOA: S: Marks (Out of 30): 10. using RMI concepts. W: DFS: Signature: V: