0% found this document useful (0 votes)
28 views1 page

JBSS Lab Programs

The document outlines 10 programming tasks for a Java course. The tasks cover concepts like variables, constructors, inheritance, packages, database operations, exceptions, servlets, sessions and JSP.

Uploaded by

Ramya Ambekar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

JBSS Lab Programs

The document outlines 10 programming tasks for a Java course. The tasks cover concepts like variables, constructors, inheritance, packages, database operations, exceptions, servlets, sessions and JSP.

Uploaded by

Ramya Ambekar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

RV COLLEGE OF ENGINEERING®, BENGALURU – 560059

(Autonomous Institution Affiliated to VTU, Belagavi)


Department of Master of Computer Applications
JAVA BASED SOFTWARE SOLUTIONS – 20MCA262

Prog. No. Program Title


Write a Java application for Education Domain which demonstrates the following scenario
1. a. scope of variable
b. this keyword
Write a Java application for Education Domain which demonstrates the following scenario
2. a. constructor overloading and method overloading
b. static keyword
Write a Java application to demonstrate the following concepts
3.
a. Inheritance and interface
Write a Java application to demonstrate the following concepts
4.
a. packages
Write a Java application to insert data into any DATABASE and retrieve info based on
5. particular queries (For example update, delete, search etc...) with proper usage of Exception
Handling
Write a Java application to insert data into any DATABASE with the usage of user defined
6. Exception Handling (also make use of throw, throws.) (Ex: if input exceeds the greater than
the text field then user defined exception can be given)
7. Write a JAVA Servlet Program to Auto Web Page Refresh
Write a JAVA Servlet Program to implement a dynamic HTML for following scenarios
a. User name and password should be accepted in HTML
8.
b. Verify the username and password using a ServletConfig init-param and display the
appropriate message on another Servlet
9. Write a JSP program to demonstrate for a given scenario for Session API and cookies
Write a JSP program to demonstrate for a given scenario for Conditional and exceptional
10.
handling techniques

You might also like