Learn how to convert a java.util.Date to a java.sql.Date.
Also find me here:
Baeldung Author
Gaetano Piazzolla
Tech. Leader and Passionate Developer.
Here's what I've written (so far):
Baeldung on Java
- All
- Java Concurrency (2)
- Data (2)
- Spring Boot (1)
- Persistence (1)
- NoSQL (1)
- Networking (1)
- Java IO (1)
- Java Dates (1)
- Java Collections (1)
- Jackson (1)
- JVM (1)
- Gradle (1)
- Cloud (1)
- Architecture (1)
Dealing with “java.lang.OutOfMemoryError: PermGen space” Error
Filed under JVM
Explore the purpose of PermGen memory and the main difference with heap memory.
Case Insensitive Sorting in MongoDB
Filed under NoSQL
MongoDB’s default lexical sorting may not be suitable for all purposes. Here we look at a couple of techniques for sorting to keep letters together even if they’re in a mix of upper and lowercase.
Remove Basic Error Controller In SpringFox Swagger-UI
Filed under Spring Boot
Learn multiple ways to configure Swagger in a Spring Boot application to hide paths exposed by the BasicErrorController.
Baeldung on Kotlin
- All
- Kotlin Arrays (1)
- Kotlin (1)
Introduction to Kotlin Documentation with Dokka
Filed under Kotlin
Explore Dokka, an API documentation engine for Kotlin.
Multidimentional Arrays in Kotlin
Filed under Kotlin Arrays
A quick and practical guide to multidimensional arrays in Kotlin.
Baeldung on Ops
- All
- Monitoring (1)
Introduction to Pinpoint
Filed under Monitoring
Learn about Pinpoint, an open-source application performance management software with excellent capabilities.