What are the common tasks of JDBC?

What are the common tasks of JDBC?

The common tasks of JDBC are as follows:

- Create an instance of a JDBC driver or the JDBC drivers can be loaded through the jdbc.drivers
- Register a driver
- Specify a database
- Open a database connection
- Submit a query
- Receive results
- Process results
Concepts of Exceptions in Java
Explain the concepts of Exceptions in Java - Exceptions are errors that occur at runtime and disrupt the normal flow of execution of instructions in a program...
What is class loader? Purpose of Bootstrap class loader.
What is class loader? Purpose of Bootstrap class loader - Class loader finds and loads the class at runtime. Java class loader can load classes from across network...
What is a TreeSet class?
What is a TreeSet class? - TreeSet class is used to store large amount of data and uses tree for storage.....
Post your comment