Explore two approaches to converting your code from camel case to snake case in Java.
Also find me here:
Baeldung Author
Nam Tien Vu
I have extensive experience in the Java ecosystem and have been working in the field for many years. In my free time, I enjoy playing with cats and exploring the philosophies of Confucianism and Buddhism.
Here's what I've written (so far):
Baeldung on Java
- All
- Algorithms (5)
- Java String (4)
- Java IO (4)
- Security (3)
- Java Numbers (3)
- Java Array (3)
- Spring Data (2)
- Java Concurrency (2)
- Java (2)
- Testing (1)
- Spring (1)
- Persistence (1)
- Networking (1)
- Logging (1)
- Java Web (1)
- Java Streams (1)
- Java List (1)
- Java Dates (1)
- Java Collections (1)
- Jackson (1)
- HTTP Client-Side (1)
Get Thread by Name in Java
Filed under Java Concurrency
Learn how to retrieve a thread by its name in Java.
Hibernate Group-By Using Criteria API
Filed under Persistence
Learn to use Hibernate’s Criteria API to perform group-by operations.
Find by Property of a Nested Object in Spring Data
Filed under Spring Data
Explore how to query by properties of nested objects using query derivation and JPQL.
Checking if a File is an Image in Java
Filed under Java IO
A quick and practical guide to checking whether a file is an image in Java.
Guide to CompletableFuture join() vs get()
Filed under Java Concurrency
A quick and practical comparison between CompletableFuture join() and get() methods.
List Private Keys From a Keystore
Filed under Security
A quick and practical guide to listing private keys from a keystore.
Disable Logging From a Specific Class in Logback
Filed under Logging
A quick and practical guide to disabling Logback logging in a specific class.
How to Convert Between ZonedDateTime and Date in Java
Filed under Java Dates
Learn how to convert between ZonedDateTime and Date in Java.