Skip to content

Category Archives: Java

The Java util package has a queue interface that defines the queue interface which has methods defined for methods in a queue. The general implementation… Read More
A custom tag can be defined with its body. Body of the tag can be skipped or evaluated as per the requirement. Syntax of custom… Read More
Custom tags are user-defined action tags that can be used within Java Server Pages. A custom tag may be defined with a number of attributes… Read More
Mustache is a logicless template engine and it is helpful for creating dynamic content like HTML and configuration files. Logicless means it does not have… Read More
There are different ways to input data from the user using Scanner Class. Every time when we need input from the user a Scanner object… Read More
The class JButton is an implementation of a push button and is a part of the Java Swing package. This component has a label and… Read More
Selenium is an open-source web automation tool that is used to automate web browser testing. The major advantage of using selenium is, that it supports… Read More
Custom tags are user-defined action tags that can be used within Java Server Pages. A tag handler is associated with each tag to implement the… Read More
The steepest descent method is an optimization algorithm that can be used to find the local minimum of a differentiable function. It is an iterative… Read More
XMLBeans is a tool developed by Apache Software Foundation that allows users to access and manipulate XML data using the Java programming language. The tool… Read More
REST Assured is a Java library that provides a domain-specific language (DSL) for writing powerful, easy-to-maintain tests for RESTful APIs. It allows you to specify… Read More
MultiSet is a generalization of the concept of a set. Its main idea is to allow a member of a multiset to have zero, one,… Read More
Zookeeper is a distributed, open-source coordination service for distributed applications. It exposes a simple set of primitives to implement higher-level services for synchronization, configuration maintenance,… Read More
A Client Module in Java is a set of classes and methods that are used to connect to, interact with, and consume services from a… Read More
Limiting the size of system log files is a common practice in Linux to ensure that the log files do not grow too large and… Read More