How can we know if there is any memory leakages happening?
how to overcome the memory leakage situation?
Answer / anupreet
Study the heap memory, if possible object creation
frequency, number of live objects. Profilers can be used
for this analysis.
Proper release of resources like JDBC Connection, socket
closing free's resources will resolve the issue in 89% cases
| Is This Answer Correct ? | 2 Yes | 3 No |
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic
If SSL is configured then which key is send to the client?
What type of object is returned by resultset.getobject()? : BEA Weblogic
what is difference between cor dump and heap dump. Explain the situation when you have to take thead dump and when to take heap dump
What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
Each instance of weblogic server is physical or logical. Can sever instance be shared over multiple machines?
How to create a connection pool ?
How can we know if there is any memory leakages happening? how to overcome the memory leakage situation?
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
How do I manage a queue to view and delete specific messages? : BEA Weblogic
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
What should you do in a passive method?