Month: February 2025

Jenkins Tutorial

Jenkins is CI/CD (Continuous Integration and Continuous Delivery) tool which willhelp you to run tests in an easy manner.Jenkins is an open source continuous integration tool which is written in…

Log4J Tutorial

While developing Java/J2EE applications, for debugging an application that is to know the status of a java application at its execution time, in general we use system.out.println statements in the…