Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the sailent features of JDBC 2.0?

Answers were Sorted based on User's Feedback



What are the sailent features of JDBC 2.0?..

Answer / shera ahmad khan

Introduce Metadata concept

Is This Answer Correct ?    0 Yes 0 No

What are the sailent features of JDBC 2.0?..

Answer / amarajagan

JDBC 2.0 features are
java.sql.Connection
java.sql.ResultSet
java.sql.ResultSetMetaData
java.sql.PreparedStatement
java.sql.CallableStatement
java.sql.DatabaseMetaData
java.sql.ResultSetMetaData
By the by all are interfaces

Is This Answer Correct ?    0 Yes 0 No

What are the sailent features of JDBC 2.0?..

Answer / xxx

hi, Amarajagan if u don't know answer leave it ya.Don't
post wrong answer

Is This Answer Correct ?    0 Yes 0 No

What are the sailent features of JDBC 2.0?..

Answer / one two

Some special features ar as:

It supports Meta Data about Database as well as result set.
We can traverse in database tables in both directions.
It supports JDBC Row Set.
Date and Time functions are supported.

Is This Answer Correct ?    0 Yes 0 No

What are the sailent features of JDBC 2.0?..

Answer / ganesan

1.Scroll forward and backward in a result set or move to a
specific row
2.Make updates to database tables using methods in the Java
programming language instead of using SQL commands
3.Send multiple SQL statements to the database as a unit,
or batch
4.Use the new SQL3 datatypes as column values

Is This Answer Correct ?    0 Yes 0 No

What are the sailent features of JDBC 2.0?..

Answer / karna

http://java.sun.com/products/jdbc/features.html

Is This Answer Correct ?    0 Yes 0 No

What are the sailent features of JDBC 2.0?..

Answer / narender

JDBC 2.0 features:

PreparedStatements
CallableStatement
ScrollableResultSet
Executing Batch Statements
Transactions
ResultSetMetaData
Lobs (Blob & Clob)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

Differentiate between stored procedure and functions?

0 Answers  


What packages are used by jdbc?

0 Answers  


which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.

2 Answers   TCS,


How are jdbc statements used?

0 Answers  


PreparedStatement is a pre compiled statement but where it's pre compiled ?

4 Answers  


What is the use of getGeneratedKeys() method in Statement?

0 Answers  


What is jdbc in java?

0 Answers  


How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?

0 Answers  


What are cursor attributes?

3 Answers  


Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.

3 Answers   Huawei,


How to set NULL values in JDBC PreparedStatement?

0 Answers  


Explain about Join?

0 Answers  


Categories