-
Core Java
Box old objects to be autoclosable
Since Java 7 we can use try-with-resources and have any object automatically closed that implements the Autocloseable interface. If the…
Read More » -
Software Development
3 Features To Look For in a Codeless Automation Testing Tool
In this post, we feature a comprehensive article on 3 Features To Look For in a Codeless Automation Testing Tool.…
Read More » -
React.js
ReactJS Interview Questions and Answers
In this post, we feature a comprehensive article on the most important ReactJS Interview Questions. There is no need to…
Read More » -
Web Development
Which Browsers Are Important For Your Cross Browser Testing?
Did you know? Every website on the internet communicates in a unique manner with every browser. A browser interprets web…
Read More » -
Enterprise Java
Spring Dependency Injection
Introduction: In a well-designed Java application, the classes should be as independent as possible. Such a design promotes reusability of…
Read More » -
Core Java
Java: How to Slash Down Building Times Using the Cloud
Building larger Java projects on a laptop with Maven can be frustrating and slow. Learn how you could slash down…
Read More » -
DevOps
Creating a Jenkinsfile pipeline
Basics of setting up a Jenkins multibranch pipeline job and defining a Jenkinsfile. Creating Multibranch Pipeline Job If you want…
Read More » -
Core Java
Java Queue Interface
Introduction: A Queue is a FIFO (First In First Out) abstract data type (ADT). In other words, the elements are…
Read More » -
Enterprise Java
Spring Boot Exit Codes – Create Custom Exit Code
When running a Spring Boot application, we get a system exit code of 0, when everything goes fine. For any…
Read More »