Get days of the week in JavaThere are many ways to get a date in Java. I will find out how to get the day of the week. The…April 24, 2023 1 min
Copying files to Java NIO (Files & Path)Example of copying a file using a Java NIOApril 11, 2023 1 min
Creating a Java NIO File StreamYou can import InputStream and OutputStream into Java NIO (Path). As shown in the example below, it…April 10, 2023 1 min
Why use the SLF4J library in JavaSLF4J is not a library that performs actual logging, but rather calls another logging library (logj…April 07, 2023 1 min
Find the difference between two dates in JavaIt is calculated using the java.time package, the default package added to Java8 (jdk8). In the…April 06, 2023 1 min
(Java)- Analyzing User-AgentLet's find out how to analyze the User-Agent value among the HttpRequest information used in the web…April 02, 2023 1 min