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
What methodology can be utilized to link to a database?
What is the format specifier?
What is e java?
Why is java architectural neutral?
What are the types of arrays in java?
What are the uses of java?
What is a predicate method?
How many arguments can be passed to main ()?
What is run time allocation?
How objects of a class are created if no constructor is defined in the class?
Which is better 64 bit or 32 bit?
Can a static class implement an interface?
What is multithreading and its advantages?
How to handle a web browser resize operation?
What is difference between calling start() and run() method of thread?