15) Develop a JDBC application that connects to oracle database server by using database product wander provided JDBC driver.
16) Explain about Types of java database connectivity approaches?
16) Explain about Types of java database connectivity approaches?
17) Develop a JDBC application that connects to oracle server using JDBC-ODBC approach.
18) Why to close database connection?
18) Why to close database connection?
22) Develop a JDBC application that deletes all the employees from the db. Make use of pure JDBC approach of connectivity.
23) Develop a JDBC application that creates one account in the database. Make use of JDBC-ODBC approach.
24) Develop a JDBC application that increase the balance of the account holder by 500.
25) Develop a JDBC application that connects to any kind of database using any driver without changing the source code
23) Develop a JDBC application that creates one account in the database. Make use of JDBC-ODBC approach.
24) Develop a JDBC application that increase the balance of the account holder by 500.
25) Develop a JDBC application that connects to any kind of database using any driver without changing the source code
27) Develop a JDBC application that displays a specified account details
28) Develop a JDBC application that retrieves all the accounts information from the db and displays on the console using JDBC approach (not JDBC – ODBC approach)
28) Develop a JDBC application that retrieves all the accounts information from the db and displays on the console using JDBC approach (not JDBC – ODBC approach)
30) Develop a JDBC application that prompts the end-user to enter an employee number and displays the salary details.
31) What happens with in the db server. When an SQL statement is submitted to it?
32) What is the limitation of statement object?
31) What happens with in the db server. When an SQL statement is submitted to it?
32) What is the limitation of statement object?
37) What are the difference between statement and Prepared-statement?
38) Develop a JDBC application that allows the end-user to enter account details until the user opts out. End-user entered details should be stored into the DB.
39) Develop a JDBC application that provides repeated balance enquiry service to the end-user.
40) Explain repeated deletion of records.
41) Develop a JDBC application that provides repeated deposit operation to the end-user.
38) Develop a JDBC application that allows the end-user to enter account details until the user opts out. End-user entered details should be stored into the DB.
39) Develop a JDBC application that provides repeated balance enquiry service to the end-user.
40) Explain repeated deletion of records.
41) Develop a JDBC application that provides repeated deposit operation to the end-user.
Comments
Post a Comment