After my post concerning presentation of Queue/BlockingQueue, I would continue with a post about the BlockingQueue implementation: java.util.concurrent.LinkedBlockingQueue. This implementation of BlockingQueue stores and keeps the elements internally in a
Hi, In order to avoid the problem epxlaind in the post http://www.javablog.fr/java-outofmemoryerror-and-memory-checker.html, there is an useful unix command free -tm: The values are in MB, Mem is the actual RAM,
Here, a mini-post to present briefly the recommandation XSL XPATH and some examples. This article is a part of a serie of posts concerning the XSL recommendations. From the W3C