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
How to use JDBC API to call Stored Procedures?
What is jdbc connection interface?
What are the different types of lockings in jdbc?
How does jdbc work?
What do you understand by jdbc driver and explain its types?
What is Apache DBCP API?
What are the different types of statements in jdbc?
What are the types of jdbc drivers that exist?
Can I use JDBC to execute non-standard features that my DBMS provides?
How can you retrieve data from the resultset using jdbc?
What is statement and preparedstatement in java?
How we store procedure in oralce for callable statements in jdbc
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is layer in communication?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?