|
Related Questions |
View Answer |
|
Does JDBC support stored procedures?
|
View Answer
|
|
What are the methods which can verify about the cursor particular position?
|
View Answer
|
|
Give an example for getXXX method?
|
View Answer
|
|
Explain about column name and getter method?
|
View Answer
|
|
How do you determine the sensitivity of the ResultSet object?
|
View Answer
|
|
Explain the process of creating tables using NetBeans IDE?
|
View Answer
|
|
State the three different ways in which you can create a table?
|
View Answer
|
|
Why do you use a data source object for a connection?
|
View Answer
|
|
Explain about the drive manager class working?
|
View Answer
|
|
Explain what should be done when a SQL exception is raised?
|
View Answer
|
|
What are the different classes through which JDBC represents statements?
|
View Answer
|
|
What are the different types of JDBC drivers?
|
View Answer
|
|
Explain about multiple implementations and drive manager?
|
View Answer
|
|
Explain in detail about JDBC and its general features?
|
View Answer
|
|
What is the advantage of using a PreparedStatement?
|
View Answer
|
|
How do I create a database connection?
|
View Answer
|
|
What is Metadata and why should I use it?
|
View Answer
|
|
How does the Java Database Connectivity (JDBC) work?
|
View Answer
|
|
How do I extract the SQL statements required to move all tables and views from an existing database to another database?
|
View Answer
|
|
What does ResultSet actually contain? Is it the actual data of the result or some links to databases? If it is the actual data then why can't we access it after connection is closed?
|
View Answer
|