Learn how to convert a List
Also find me here:
Baeldung Editor
Jim Steinberger
Jim has been developing enterprise Java web applications for over 20 years. He has spent more than 10 of those years at DonorsChoose, a charity allowing individuals to donate to classroom projects in public schools. Jim lives in Brooklyn, NY, with a cat and an extensive board game library.
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.