Answer Posted / p.nandakishore
the most time consuming process when we work with a
database is to create a connection object. when application
goes out of scope the object becomes a candidate for
grabage collector. every time we create and every it will
be destroyed. this as effect on a distributed application,
where n no clients are waiting for the response. Connection
pooling is a concept of object reusability.This is a
service provided by application servers.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how to create constants in java?
How do you use nextline in java?
What type of language is java?
Can an arraylist be empty?
What is java reflection api?
Is java map thread safe?
What is the use of runnable interface?
What are heap memory and stack memory and what are memory tables.
what do you understand by the term string with respect to java?
What is square root in java?
Why are the methods of the math class static?
Which collection allows duplicate values in java?
What is java literals?
What is the difference between sop and work instruction?
What do you mean by flow of struts?