GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java
Go To First  |  Previous Question  |  Next Question 
 Core Java  |  Question 433 of 502    Print  
Java Connection Pooling Questions
1.What is save point?

2.Which among the four drivers is pure Java driver?

3.What is Connection Pooling ?

4.How differ servlet from its peer Technology?

5.What are the parameters used in Connection pooling?

6.What are the Normalization Rules? Define the Normalization?

9.What are batch updates.

10.How many JDBC drivers are there ?



  
Total Answers and Comments: 5 Last Update: February 22, 2008     Asked by: narsing rao 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 05, 2007 14:06:54   #1  
samir das mohapatra        

RE: Java Connection Pooling Questions
More than one user can share a single connection at a time it is the best use in the J2EE that is distributing architecture.
 
Is this answer useful? Yes | No
September 11, 2007 02:13:50   #2  
gptnitesh Member Since: September 2007   Contribution: 11    

RE: Java Connection Pooling Questions
Type 4 driver is a pure java driver because it completely eliminates the translation process. JDBC is Java based technology and with the driver also written in Java it can directly invoke the driver program as if it were any other Java program. This is the driver that all the J2EE applications use to interact with databases. Because this is a Java to Java interaction this driver offers the best performance.

There are 4 types of drivers
1.JDBC-ODBC Bridge Driver (Type1)
2.Partially native and partially java driver (Type2)
3.Intermediate database access Driver server (Type3)
4. Pure java Driver. (Type4)

 
Is this answer useful? Yes | No
October 02, 2007 11:21:31   #3  
MuraliKirshna Anugu        

RE: Java Connection Pooling Questions
Connection sharing supported by the LDAP service provider is called connection pooling. When the instance is done with the connection or closed Then the connection returned to Pool for future use.
Available for other resources.

 
Is this answer useful? Yes | No
February 21, 2008 13:56:09   #4  
nuttyvarun Member Since: February 2008   Contribution: 7    

RE: Java Connection Pooling Questions

Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them and generally leads to more predictable resource usage under load.

Connection pooling greatly increases the performance of applications while reducing overall resource usage.

Database normalization sometimes referred to as canonical synthesis is a technique for designing relational database tables to minimize duplication of information and in so doing to safeguard the database against certain types of logical or structural problems namely data anomalies.


 
Is this answer useful? Yes | No
February 22, 2008 05:59:11   #5  
sampra Member Since: February 2008   Contribution: 278    

RE: Java Connection Pooling Questions
Exactly what you want to know about coonection pooling
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape