Explore the distinction between the modulepath and classpath in Java.
Also find me here:
Baeldung Editor
kevin.author
Kevin Gilmore is a software developer in Austin, Texas, and he's been writing code in Java for over 15 years. For the past five years, he has focused mainly on back-end web development using the Spring framework, Spring Data with JPA and Hibernate, Spring MVC, and Spring Boot, and prior to that, he dabbled in DevOps before DevOps was cool. When he's not creating software, he enjoys music, sports, and writing flash fiction and poetry.
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Java (5)
- DevOps (2)
- Testing (1)
- Spring Data (1)
- Persistence (1)
- Java Collections (1)
- Data (1)
- Algorithms (1)
Creating Custom Iterator in Java
Filed under Java Collections
Learn how to create a custom iterator in Java and apply it to our collections.
Get Last N Messages in Apache Kafka Topic
Filed under Data
Learn how to get the latest N messages of a Kafka Topic.
How to List All Pods and Its Nodes in Kubernetes
Filed under DevOps
Explore commands to retrieve information about all pods and their assigned nodes.
Opening a New Tab Using Selenium WebDriver in Java
Filed under Testing
Explore two approaches to opening a new tab with Selenium.
Regular Expression: \z vs \Z Anchors in Java
Filed under Java
Explore the differences between \z and \Z anchors, how they work, and when to use them.
Java: Read Multiple Inputs on Same Line
Filed under Java
Learn how to read multiple inputs on the same line using the Scanner class.
Intercept SQL Logging with P6Spy
Filed under Persistence
Explore multiple advantages of relying on an external third-party library such as P6Spy to log database queries.
Overriding hashCode() And equals() For Records
Filed under Java
Learn how records provide us with a default implementation of equals() and hashCode() methods.
Difference Between FileReader and BufferedReader in Java
Filed under Java
Learn how to use FileReader and BufferedReader and the differences between them.
How to Decode a Kubernetes Secret?
Filed under DevOps
Explore the fundamentals of Kubernetes secrets, including their functionality, encoding process, and how to decode them for content access.
How to Persist a List of String in JPA?
Filed under Spring Data
Explore what kind of possibilities there are in JPA to store a list of strings of an entity.
Getting Pixel Array From Image in Java
Filed under Algorithms
Learn how to get a two-dimensional array that contains the combined RGB values for every pixel in an image in Java.