Debuggers -Java
Debugger
A program designed to help detect, locate, and correct errors in another program. It allows the developer to step through the execution of the process and its threads, monitoring memory, variables, and other elements of process and thread context.
From : msdn2.microsoft.com/en-us/library/ms679306.aspx
Log5j
Log5j is a lightweight and fast java logging library for Java versions 5 and above. It is very similar to log4j in style, but uses Java 5's varargs feature to allow any number of arguments to be passed to any logging method.
visit
Log5j
Log5j was visited : 50 times
Loading .....