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
Explain jdbc savepoint?
What is CLOB and BLOB datatypes in JDBC?
What is the use of dialect?
What is jdbc resultsetmetadata interface?
What are the classes and methods used for sending sql statements to database?
What is jdbc connection?
How do I check in my code whether a maximum limit of database connections have been reached?
What are collection pools?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is jdbc type?
What is jdbc url for mysql?
How do I insert an image file (or other raw data) into a database?
How can I determine where a given table is referenced via foreign keys?
Why do we use jdbc in java?
What is the reason why we need a jdbcrowset like the wrapper around resultset?