JSP Standard Tag Library (JSTL) is a set of tags that can be used for implementing some common operations such as looping, conditional formatting, and… Read More
Category Archives: Java
Gradle is an excellent open-source construction tool that is capable of the development of any kind of software. It is an automation tool that is… Read More
In Wiremock, Verification comes after stubbing and request matching. Verification is to check with the Wiremock server as to whether a given request was received… Read More
WireMock is a tool for mocking HTTP-based APIs that runs in the unit tests, on the desktop, or in the test environment. We can also… Read More
WireMock is a tool for mocking HTTP-based APIs that runs in the unit tests, on the desktop, or in the test environment. We can also… Read More
JSP Standard Tag Library (JSTL) is a set of tags that can be used for implementing some common operations such as looping, conditional formatting, and… Read More
In Spring Framework, Data Transfer Object (DTO) is an object that carries data between processes. When you’re working with a remote interface, each call is… Read More
The inheritance hierarchy can be seen easily in the table of the database. In Hibernate we have three different strategies available for Inheritance Mapping Table… Read More
Hibernate is a Java framework that implements ORM(Object Relational Mapping) design pattern. It is used to map java objects into a relational database. It internally… Read More
A software is a multi purpose usage one. By using Message Source, it can be applicable to all languages. That concept is called i18n, that… Read More
JSON is nothing but Javascript Object Notation. It is a text format to store the data as well as transport the data. Usually, it will… Read More
Hibernate is storing the freshly inserted objects in the second-level cache. Because of this, there is always the possibility of OutOfMemoryException when Inserting more than… Read More
In Android, A dialog is a small window that prompts the user to make a decision, provide some additional information, and inform the user about… Read More
Each time an array is declared in the program, contiguous memory is allocated to it. Array base address: The address of the first array element… Read More
In order to remember the users on the computer while logging into a website, via Spring Security we can maintain that by using a “Remember… Read More