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 is in term of jdbc a datasource?



What is in term of jdbc a datasource?..

Answer / Vijeta

In the context of JDBC, a DataSource is an object that encapsulates database connection creation, pooling, and management.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?

1 Answers  


What do you understand by jdbc driver and explain its types?

1 Answers  


State the three different ways in which you can create a table?

1 Answers  


What causes the "No suitable driver" error?

1 Answers  


Why we use jdbc instead of odbc?

1 Answers  


DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?

1 Answers  


What is getconnection method in java?

1 Answers  


what are the types of result sets in JDBC 3.0 ?

3 Answers   HCL,


What is Type-1 Driver and when this driver is used?

3 Answers  


What is url in jdbc connection?

1 Answers  


Is jdbc a web technology?

1 Answers  


Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.

4 Answers   Cybermate, Hexaware,


Categories