Answer Posted / subrahmanyam
public
private
protected
static
(Inner classes only)
final
abstract
synchronized
transient
volatile
native
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
What is the use of getGeneratedKeys() method in Statement?
Where can I find ojdbc14 jar file?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What is encrypted connection?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What is jdbc databasemetadata interface?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
How to make updates to updatable result sets in jdbc?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What are the steps required to execute a query in jdbc?
How do I know which jdbc driver to use?
Which interface handles transaction management in jdbc?
How many ways that we can view a result set?
What is the meaning of connection?
In which ways is driver class is registered with drive manager?