In this article, we will learn various approaches to using the current time as a filename in Java.
Also find me here:
Baeldung Author
Niket Agrawal
I am a backend developer. I have been creating applications and APIs from around 10 years using Java and Spring technologies.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (1)
- Persistence (1)
- Java Streams (1)
- Java Map (1)
- Java List (1)
- Java Dates (1)
- Java Collections (1)
Get Index of First Element Matching Boolean Using Java Streams
Filed under Java Collections, Java Streams
Learn how to use the Java Stream API and third-party libraries to find the index of the first element in a List that matches a boolean condition.
Convert ResultSet Into Map
Filed under Java Map, Persistence
Learn to convert a ResultSet in to a HashMap in Java.
Validate Boolean Type in Spring Boot
Filed under Spring Boot
This tutorial teaches various ways to validate a boolean in Spring Boot.
Create an ArrayList with Multiple Object Types
Filed under Java List
Learn how to create an ArrayList with multiple object types in Java.