Sunteți pe pagina 1din 5

Servlet Based Programs

1. Write a servlet which accepts client


request and display the client requested
data on the browser?

2. Write a servlet which accepts product


details from html form and stores the
product details into database?

3. Develop a flexible servlet that should


display the data of the database
irrespective driver name, table name and
dsn name?

4. Write a servlet which retrieves the data


from database?

5. Write a servlet which illustrate the


concept of ServletContext?

6. Write a servlet which displays current


system date and time?

7. Write a servlet which displays a message


“I LOVE MY MOM”?
8. Write a servlet which retrieves the data
from database?

JDBC Based Programs

1. Write a java program to create a table


through frontend application?

2. Write a java program which illustrates


the concept of Batch processing?

3. Write a java program which illustrates


the concept of updatable ResultSet?

4. Write a java program which illustrates


the concept of scrollable ResultSet?

5. Write a java program which points the


data of a table along with its column
names?

6. Write a java program which illustrates


the concept of resource bundle file or how
to develop a flexible jdbc application
along with its metadata?
7. Write a java program which illustrates
the concept of DatabaseMetaData and
ResultSetMetaData?

8. Write a jdbc program to retrieve the


data from excel?

9. Write a java program which illustrates


the concept of procedure?

10. Write a java program which illustrates


the concept of function?

11. Write a java program to retrieve the


records from a specified database by
accepting input from keyboard?

12. Write a java program to insert a record


in dept database by accepting the data from
keyboard at runtime using dynamic queries?

13. Write a java program to retrieve the


data from emp database?

14. Write a jdbc program which will insert


a record in the Student database?
Reflection Based Programs

1. Write a java program which will de-


Serializable from the specified file?

2. Write a java program which will save the


Serializable sub class object into a file?

3. Write a java program to print fields or


data members of a class?

4. Write a java program to obtain


constructors of a class?

5. Write a java program to obtain


information about methods which are present
in a class?

6. Write a java program to print super


class hierarchy at a current class which is
passed from command prompt?

7. Write a java program to find name of the


class and its super class name by passing
the class name at runtime?
8. Write a java program to print name of
the current class and its super class name?

S-ar putea să vă placă și