What does connection pooling mean ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

How to check jdbc driver version in sql server?

0 Answers  


What type of driver you use in real-time projects?

3 Answers  


What is executeupdate in java?

0 Answers  


What is the use of the statement in jdbc?

0 Answers  


What is the advantage of namedparameterjdbctemplate?

0 Answers  






i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me

5 Answers   IBM,


What is “dirty read” in JDBC? Which isolation level prevents dirty read?

0 Answers  


MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......

3 Answers  


What is difference between java.util.Date and java.sql.Date?

0 Answers  


How the JDBC application works?

0 Answers  


How transactions are performed using JDBC ?

2 Answers  


What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?

1 Answers   AppLabs,


Categories