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 Method and class used for Connection pooling ?

Answer Posted / dsr

contex ic = new InitialContext();
DataSource sd = (datasource)ic.lookup("poolname");
Connection con = ds.getConnection();

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is the milky way in a void?

912


What are the different approaches to implement a function to generate a random number?

996


What is a war file?

1006


What is the difference between array list and vector in java?

898


Where is the singleton class used?

965


What is the mapping mechanism used by java to identify IDL language?

954


Why isn’t there operator overloading?

1009


What is the replace tool?

1065


Why should we use singleton pattern instead of static class?

886


Why we use methods in java?

938


What is the use of 'super' keyword inside a constructor?

906


What is the simpletimezone class in java programming?

1076


What does pointer mean?

973


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

1025


What is singleton class in ruby?

966