Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
67 views

Advanced Java Practical Assignment

This document contains an assignment for a computer science course on Advanced Java. It is divided into 3 groups based on students' USN ending. Each group has 2 questions. Question 1 for all groups involves analyzing code samples involving concepts like Servlets, JSP, sockets. Question 2 for all groups similarly involves code analysis but explores different Java concepts like Queues, Sessions, Entities. Students are expected to analyze the code samples, identify the concepts used, and relate it to specified course outcomes and program outcomes.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views

Advanced Java Practical Assignment

This document contains an assignment for a computer science course on Advanced Java. It is divided into 3 groups based on students' USN ending. Each group has 2 questions. Question 1 for all groups involves analyzing code samples involving concepts like Servlets, JSP, sockets. Question 2 for all groups similarly involves code analysis but explores different Java concepts like Queues, Sessions, Entities. Students are expected to analyze the code samples, identify the concepts used, and relate it to specified course outcomes and program outcomes.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

ASSIGNMENT 1 – GROUP 1
(USN ending with 0, 3, 5, 7)
Course : Advanced Java Course code : 20CSE655
th
SEM / Sec : 6 A B C D E Max. Marks : 10 M
Release Date: Due Date :
Q# Question RBT COs POs& Marks
Level PSOs
1. Analyze the following web applications using
Servlets.
i) A web application that takes name and age
PO1, PO2
from an HTML page. If the age is less than 18, it
PO3,PO4,PO5
should send a page with “Hello, you are not L4 CO1 2.5
,PO7,PO11,
authorized to visit the site” message, where
PO12, PSO2
should be replaced with the entered name.
Otherwise it should send “Welcome to this site”
message.
2. Analyze TCP/IP sockets, writes a client – server PO1
program to make the client send the file name and PO2,
L4 CO5 2.5
to make the server send back the contents of the PO7,PO11,
requested file if present. PO12, PSO2

NHCE/AQP/
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
ASSIGNMENT 1 – GROUP 2
(USN ending with 1, 6, 8)

Course : Advanced Java Course code : 20CSE655


SEM / Sec : 6th A B C D E Max. Marks : 10 M
Release Date: Due Date :
Q# Question RBT COs POs& Marks
Level PSOs
1. Analyze the following JSP program PO1, PO2
(i)calculates factorial values for an integer PO3,PO4,P
number, while the input is taken from an HTML L4 CO2 O5,PO7,PO 2.5
form. 11, PO12,
(ii) JSP Program for session tracking PSO2
2. PO1
Analyze Datagram socket for client/server to PO2,
display the messages on client side, typed at the L4 CO5 PO7,PO11, 2.5
server side. PO12,
PSO2
NHCE/AQP/
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

ASSIGNMENT 1 – GROUP 3
(USN ending with 2, 4, 9)

Course : Advanced Java Course code : 20CSE655


SEM / Sec : 6th A B C D E Max. Marks : 10 M
Release Date: Due Date :

Q# Question RBT COs POs& Marks


Level PSOs
1. Analyze the program to send and receive a PO1, PO2
message from Queue. PO3,PO4,P
L4 O5,PO7,PO 6
CO4
11, PO12,
PSO2
2. PO1
PO2,
Analyze the program to create Session java bean
L4 CO6 PO7,PO11, 4
and Entity java bean.
PO12,
PSO2

NHCE/AQP/

You might also like