0% found this document useful (0 votes)
2 views

LAB INDEX AJAVA

The document outlines a laboratory course in Advanced Java for students, detailing a list of programming problems to be developed and executed. Each problem focuses on different Java concepts such as ArrayLists, string manipulation, servlet programming, and database interactions. The document also includes a rubric for continuous evaluation based on observation, experiment conduction, viva voice, and record neatness.

Uploaded by

indua99018
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
2 views

LAB INDEX AJAVA

The document outlines a laboratory course in Advanced Java for students, detailing a list of programming problems to be developed and executed. Each problem focuses on different Java concepts such as ArrayLists, string manipulation, servlet programming, and database interactions. The document also includes a rubric for continuous evaluation based on observation, experiment conduction, viva voice, and record neatness.

Uploaded by

indua99018
Copyright
© © All Rights Reserved
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

DEPARTMENT OF INFORMATION SCIENCE AND ENGINEERING

LAB: ADVANCED JAVA COURSE CODE: BIS402 SEM/SECTION: IV A

List of problems for which student should develop program and execute in the Laboratory

EXP DATE EXPERIMENT NAME A B C D TOTAL SIGN


NO (3) (5) (2) (5) (15)
Implement a java program to demonstrate creating an
ArrayList, adding elements, removing elements, sorting
1. elements of ArrayList. Also illustrate the use of toArray()
method.
Develop a program to read random numbers between a
2. given range that are multiples of 2 and 5, sort the numbers
according to tens place using comparator.
3. Implement a java program to illustrate storing user defined
classes in collection.
Implement a java program to illustrate the use of different
4. types of string class constructors.
Implement a java program to illustrate the use of different
5. types of character extraction, string comparison, string
search and string modification methods.
6. Implement a java program to illustrate the use of different
types of StringBuffer methods
Demonstrate a swing event handling application that
7. creates 2 buttons Alpha and Beta and displays the text
“Alpha pressed” when alpha button is clicked and “Beta
pressed” when beta button is clicked.
A program to display greeting message on the browser
8. “Hello UserName”, “How Are You?”, accept username
from the client using servlet.
A servlet program to display the name, USN, and total
9. marks by accepting student detail
A Java program to create and read the cookie for the given
10. cookie name as “EMPID” and its value
as “AN2356”
Write a JAVA Program to insert data into Student DATA
11. BASE and retrieve info based on particular queries(For
example update, delete, search etc…).
A program to design the Login page and validating the
12. USER_ID and PASSWORD using JSP and DataBase.

RUBRICS
CONTINUOUS EVALUATION MARKS
A OBSERVATION WRITEUP AND PUNCTUALITY 3
B CONDUCTION OF EXPERIMENT AND OUTPUT 5
C VIVA VOICE 2
D RECORD WRITE UP AND NEATNESS 5
INTERNAL TEST 10

You might also like