Introduction to OpenGrok

In this article, we learn how to get started with OpenGrok, an open-source code search and cross-reference engine.

Creating a Custom URL Connection

Explore the process of creating a custom URL connection in Java to overcome the limitations associated with the default URLConnection class.

Print a Java 2D Array

Learn about different ways to print a 2D array to the console in Java, along with their time and space complexity.