0% found this document useful (0 votes)
101 views2 pages

AJP - LAB Lab Action Plan

This document outlines a 12-week action plan for an Advanced Java Programming laboratory course. The plan includes experiments covering topics such as SQL commands, JDBC, servlets, JSP, Struts, and database access using JDBC. Experiments will involve writing programs to perform tasks like database operations, form processing, conditional logic, and including pages. The course is worth 50 marks, with 50% from continuous internal evaluation and 50% from semester end examination lasting 3 hours.
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)
101 views2 pages

AJP - LAB Lab Action Plan

This document outlines a 12-week action plan for an Advanced Java Programming laboratory course. The plan includes experiments covering topics such as SQL commands, JDBC, servlets, JSP, Struts, and database access using JDBC. Experiments will involve writing programs to perform tasks like database operations, form processing, conditional logic, and including pages. The course is worth 50 marks, with 50% from continuous internal evaluation and 50% from semester end examination lasting 3 hours.
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/ 2

Department of Master of Computer Applications, NIE, Mysuru-8

ADVANCED JAVA PROGRAMMING LABORATORY


Action plan (2020-21) EVEN

Subject Code: MCA4L01 CIE: 50%


Hrs/Week :03 SEE: 50%
SEE Hours :3 Hrs Max Marks: 50

Sl. No. Lab Experiment details Date Date of Remarks


planned execution (if any)
1 BASIC CONCEPTS OF SQL
Introduction to SQL
SQL Commands
DDL Commands
DML Commands
TCL Commands
DCL Commands
Stored Procedures in SQL

2 1. Write a JAVA API JDBC program to


create a table to database?
2. Write a JAVA API JDBC Program to
display contents of the table?
3. Write a JAVA API JDBC Program to
insert a record into the table or
Database?

3 1. Write a JAVA API JDBC Program to Update


a record into the table or Database?
2. Write a JAVA API JDBC program to
Delete a record from database?
3. Write a JAVA API JDBC program to
ALTER the table from database?

Batch Processing implementation


4 Apache Tomcat server configuration and
servlet hello world program

5 Servlet Programs implementation below:


i. Factorial
ii. find the largest number
iii. find the Fibonacci

6 Addition of two numbers using HTML


form
Simple Interest using HTML form
check whether the number is Positive or
Negative or Zero
7 Design a servlet to read your age from html
form and display same on browser.
Design a servlet to read name or characters
from html form and display the length of
name or character.
Write a Servlet Program to print the header
information of HTTP.
Write a Servlet Program to Access a
Database using JDBC.

8 JSP Configuration and programs are


implemented
i. find the Factorial
ii. find the largest number
iii. find the Fibonacci
9 Design a JSP program to Check whether
username and password are same.
Design a JSP program to validate Username
and Password using HTML form.

10 Design a JSP program to find the length of


a string and read the string from HTML
form.
Design a JSP to read a number from html
form and evaluate person eligible for voting
or not (>=18)
Design a JSP program using FOR loop and
IF Condition and IFELSE and Switch
Statement.
Design a JSP program to include (using
Tag) a page to another page.
Write a JSP Program to print the header
information of HTTP.
Write a JSP Program to Access a Database
using JDBC.

11 Struts concept implementation


12 Revision

(AJP Lab Coordinator) (Head of the Department)

You might also like