Learn how to convert a List
Also find me here:
Baeldung Editor
David Martinez
David is a Software Engineer with over 10 years of working experience in different industries. Lately, his focus is on cloud-based Java applications. He plays guitar when not coding.
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Programming (3)
- Spring Data (2)
- DevOps (2)
- Algorithms (1)
Object.toString() vs String.valueOf()
Filed under Programming
Discover the differences between the String.valueOf() and Object.toString() methods.
Execute a Method Only Once in Java
Filed under Programming
Discover different approaches to executing a method only once.
Configure Git Branch Selection in Jenkins
Filed under DevOps
Learn how to configure a Git branch selection in Jenkins.
Hibernate Natural IDs in Spring Boot
Filed under Spring Data
Learn about the @NaturalId annotation and how to use and implement it in a Spring Boot project.
Find the Longest Word in a Given String in Java
Filed under Algorithms, Programming
Learn how to find the longest words in a sentence.
Difference Between PV and PVC in Kubernetes
Filed under DevOps
Discover the difference between PV and PVC in Kubernetes.