|
Question |
Rating |
View Answer |
|
How can you load the drivers? |
|
View Answer |
|
What is hybernate and spring? can u suggest any books or documents so that i can go through?
|
|
View Answer |
|
What are the two major components of JDBC? |
|
View Answer |
|
Is the JDBC-ODBC bridge multithreaded ?
|
|
View Answer |
|
How to Make Updates to Updatable Result Sets? |
|
View Answer |
|
How to Retrieve Warnings? |
|
View Answer |
|
What are the common tasks of JDBC? |
|
View Answer |
|
What is Connection Pooling? |
|
View Answer |
|
How can I protect my database password ? I'm writing a client-side java application that will access a database over the internet. I have concerns about the security of the database passwords. The client will have access in one way or another to the class files, where the connection string to the database, including user and password, is stored in as plain text. What can I do to protect my passwords? |
|
View Answer |
|
What are the common tasks of JDBC? |
|
View Answer |
|
What is JDBC? |
|
View Answer |
|
How do you determine the sensitivity of the ResultSet object? |
|
View Answer |
|
How can I tell if my JDBC driver normalizes java.sql.Date and java.sql.Time objects? |
|
View Answer |
|
Explain about Join? |
|
View Answer |
|
How to update a resultset programmatically? |
|
View Answer |
|
State true or false :- ResultSet.CONCUR_UPDATABLE used with the result set is used to update the rows directly in the database.
|
|
View Answer |
|
Which of the following is not an isolation level in the JDBC.
|
|
View Answer |
|
What is the advantage of using a PreparedStatement? |
|
View Answer |
|
Which of the following is false regarding the Type 3 JDBC driver
|
|
View Answer |
|
How can I get information about foreign keys used in a table? |
|
View Answer |