|
Related Questions |
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
|
|
Which is the preferred collection class to use for storing database result sets?
|
View Answer
|
|
How can I connect from an applet to a database on the server?
|
View Answer
|
|
How do I insert an image file (or other raw data) into a database?
|
View Answer
|
|
How can resultset records be restricted to certain rows?
|
View Answer
|
|
How can I connect to an Excel spreadsheet file using jdbc?
|
View Answer
|