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 the importance in context in JDBC connection pools?

Answers were Sorted based on User's Feedback



What is the importance in context in JDBC connection pools?..

Answer / rohit

Whenever the new request comes for thr connection with the
database we do not create the new connection object instead
of that we keep the bunch of connection in apool called
connection pool.
when new request for the database, new coonection
will come out from this poool & when this req is over
connection goes back to the pool

Is This Answer Correct ?    0 Yes 2 No

What is the importance in context in JDBC connection pools?..

Answer / poorna chandar rao.yerrabothu

in jdbc connection there is a one importent problem the
problem is creattion of jdbc connection thats why jdbc
coonection pooling

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Core Java Interview Questions

Is singleton set an interval?

0 Answers  


wat is class level lock and object level lock

3 Answers   HCL, Persistent,


Explain the selection sort algorithm and state its time complexity?

0 Answers   Flextronics,


What does int argc char * argv [] mean?

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


what is deadlock? : Java thread

0 Answers  


What does provide mean construction?

0 Answers  


What are the important features of Java 10 release?

0 Answers  


What is the difference between length and size in java?

0 Answers  


What is the difference between a loader and a compiler?

0 Answers   Syntel, Visa,


Is java a prime method?

0 Answers  


How to make a write-only class in java?

0 Answers  


Categories