DATABASE
Functions in Oracle/SQL Server.
What are the types of JDBC drivers ?
Explain the third driver(Native protocol driver) ?
Which among the four driver is pure Java driver ?
What are the Isolation level in JDBC transaction ?
How do you connect with the database ?
How do you connect without the Class.forName (" ") ?
What does Class.forName return ?
What are the types of statement ?
Why is preparedStatement,CallableStatement used for?
In real time project which driver did u use ?
What is JDBC ?
How do you connect to the database ? What are the steps ?
What are the drivers available in JDBC ? Explain
How can you load the driver ?
What are the different types of statement s ?
How can you created JDBC statements ?
How will you perform transactions using JDBC ?
What are the two drivers for web apllication?
What are the different types of 2 tier and 3 tier architecture ?
How can you retrieve warning in JDBC ?
What is the exception thrown by JDBC ?
What is meants by PreparedStatement ?
What is difference between PreparedStatement and Statement ?
How can you call the stored procedures ?
What is meant by a ResultSet ?
What is the difference between ExecuteUpdate and ExecuteQuery ?
How do you know which driver is connected to a database ?
What is DSN and System DSN and differentiate these two ?
What is JDBC? How do you connect to the Database ?
What are 4 drivers available in JDBC ?
How you can know about drivers and database information ?
If you are truncated using JDBC, How can you know how much data is truncated ? and what situation, each of the 4 drivers used ?
How will you perform transaction using JDBC ?
What is the main functionality of the Prepared Statement ?
What is meant by static query and dynamic query ?
What are the Normalization Rules ? Define the Normalization ?
How can you retrieve warnings in JDBC ?
Four driver Manager
Features of JDBC 20
Explain about stored procedures
What is the latest version of JDBC ? What are the new features are added in that ?