Top 50 Jacoco interview questions and answers

1) Is JaCoCo only for Java? JaCoCo supports Java class files from version 1.0 to 16. However the minimum JRE version required by the JaCoCo runtime (e.g. the agent) and…

Read more »

jQuery Basic Syntax: An jQuery for Beginners

In this blog you are told about the basic syntax of jQuery Before this, we learned Java Script.In which we first write and inside we used to write Java code,…

Read more »
Everything about js Object

Objects in java-script explained!

Objects are used to store keyed collections of various data and more complex entities. In JavaScript, objects penetrate almost every aspect of the language. So we must understand them first…

Read more »
hudson-master-slave-setup

How to Setup Configure Hudson Master Slave? – Complete Guide

The tasks can be scheduled to run on the same machine (Master), or on a different machine (Slave). A master is a installation of Hudson, that can manage one or…

Read more »
comments-in-apache-ant

How to put comment in Ant | Comments in Apache Ant

How to put comment in Ant | Comments in Apache Ant Method 1: <!– Comments are just as important in buildfiles, do not –> <!– avoid writing them! –> <!–…

Read more »
hudson-master-slave-setup

How we reduced build time from 8 hours to 1 hour ? – Complete Guide

Situation For one of our clients, Build is taking 8 hours and nightly build is failing frequently. Test case execution is consuming more time than the compilation. Low confidence levels…

Read more »