Month: June 2018


What Is liberty Profile It is a functional subset of the full profile of WebSphere Application Server, for both development and production use, with an install size of under 50 MB, a startup time of around 3 seconds. A centralized Read more…


In theory, memory leaks should not happen in Java™ because it has Garbage Collection (GC). However, GC only cleans up unused objects that are not referenced anymore. Therefore, if an object is not used, but is still referenced, GC does Read more…


The typical application flow is as follows: A Web client requests a URL in the browser (For Example : www.facebook.com ). The request is routed to the Web server over the Internet  .( In some cases,  Request will hit External Read more…