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 happens if connection is not closed?

Answer Posted / srikanth

suppose if there are 10 database connections available with
the database sever and 10 clients request for the connection
if the database sever grants all of them with a connection
and after their usage if they do not close the connections
the database server would not serve for another request for
that reason we need to close the connection and it mandatory
....

Is This Answer Correct ?    24 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I check in my code whether a maximum limit of database connections have been reached?

1026


What is the use of setFetchSize() and setMaxRows() methods in Statement?

1039


Which Java and java.sql data types map to my specific database types?

1115


Explain the difference between rowset vs. Resultset in jdbc?

1038


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

1038


What is metadata in programming?

1058


What is the return type of execute, executequery and executeupdate?

1159


Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?

971


Where is mysql jdbc driver located?

1081


Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

1046


What are common JDBC Exceptions?

1034


What is jdbc and jdbc drivers?

1055


What is encrypted connection?

1060


What is the advantage of namedparameterjdbctemplate?

1005


Explain jdbc savepoint?

1024