-
Agile
The 2019 Guide To Pursuing a Full Agile Software Lifecycle
Running a successful software development business can be extremely challenging. This industry is filled with competition, which is why your…
Read More » -
Core Java
Java Convert a List to Array And Vice-Versa
Introduction: In this article, we’ll quickly learn how to convert a Java List (say an ArrayList) to an array and vice-versa. If you wish to…
Read More » -
Software Development
Logging Without a Static Logger
How do you organize logging in your applications? I mean web applications or command line apps, or even mobile apps.…
Read More » -
Core Java
Java 12 General Availability
Mark Reinhold announced today that “JDK 12, the reference implementation of Java 12, is now Generally Available.” In that announcement,…
Read More » -
Software Development
Progress and Release Reviews
The Eclipse Development Process (EDP) requires that a project team engage in a successful progress or release review before creating…
Read More » -
Core Java
Java UUID
Introduction: UUID (Universal Unique Identifier) represents a 128-bit long unique value. It’s also popularly known as GUID (Globally Unique Identifier). The standard…
Read More » -
Core Java
Check If Two Lists Are Equal In Java
Introduction: Lists in Java are ordered by nature. So, two lists are considered to be equal if they contain the…
Read More » -
Core Java
CopyOnWriteArrayList In Java
Introduction: CopyOnWriteArrayList in Java is a thread-safe implementation of a List interface. It belongs to the java.util.concurrent package and is…
Read More » -
Core Java
Top 5 Java Test Frameworks For Automation In 2019
For decades, Java has been the most preferred programming language for developing the server side layer of an application. Although…
Read More »