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

Assignment / Question Bank Module 1: Introduction To Jframe and Japplet

The document outlines 10 assignments related to Java programming. The first module involves writing Java applets that demonstrate the applet lifecycle, painting and updating methods, passing parameters, text fields, text areas, and dialog boxes. The second module involves writing programs about JDBC drivers, connecting to databases, the JDBC-ODBC bridge, statement types with examples, result sets and metadata, stored procedures with callable statements, scrollable result sets, batch execution with prepared statements, an address book application with database connectivity, and a student grading application using JScrollPane and JTable.

Uploaded by

Pragnesh Patel
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views

Assignment / Question Bank Module 1: Introduction To Jframe and Japplet

The document outlines 10 assignments related to Java programming. The first module involves writing Java applets that demonstrate the applet lifecycle, painting and updating methods, passing parameters, text fields, text areas, and dialog boxes. The second module involves writing programs about JDBC drivers, connecting to databases, the JDBC-ODBC bridge, statement types with examples, result sets and metadata, stored procedures with callable statements, scrollable result sets, batch execution with prepared statements, an address book application with database connectivity, and a student grading application using JScrollPane and JTable.

Uploaded by

Pragnesh Patel
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Advance Java Technology Assignment / Question Bank Module 1 : Introduction to Jframe and Japplet. 1.

Write down shortnote on Applet lifecycle. 2. Write a java Applet for demonstration of paint and update method. 3. Write a java Applet for display a banner of String in applet also configure applet by passing a parameter. 4. Write a short java applet for demonstrate textfield and textarea. 5. Write a short java frame program to demonstration of different type of dialog in java.(Hint The dialog in java message dialog , input dialog , confirm dialog.) 6. Write a short java frame application to display small shopping cart using vector and iterator.

Module 2 : Introduction to Jframe , Japplet and JDBC. 1. Write short note on different type of JDBC Driver. 2. Write short note on JDBC url and how to connect with databse. 3. Expain in brief JDBC-ODBC bridge. 4. Explain different three type of statement in java explain with small example. 5. Write a short note on Resultset and metadata. 6. Demonstate a CallableStatement with Storedprocedure. 7. Write a small java application to demonstrate a Scrollable Resultset. 8. Write a small java application to demonstrate a executeBatch() method of PreparedStatement. 9. Write a small application to demonstrate a small Addressbook with database connectivity. 10. Write a java application to demonstrate JscrollPane and Jtable wih student grading application.This application should register sutdent , delete student ,update student and show student data in Jtable.

You might also like