Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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