Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Java Copy File using Files.copy()
Java Copy File using Files.copy()

In this Java NIO tutorial we learn how to use the Files.copy() method to copy files in Java program. With different detail example Java programs we show you how to copy file to destination location, or copy an InputStream to a file, copy a file to an OutputStream.

Java Get All Entries in Directory using Files.newDirectoryStream()
Java Get All Entries in Directory using Files.newDirectoryStream()

This Java tutorial to show you how open a directory and get all files and directories inside it using the Files.newDirectoryStream() method.

Java Get Current Date and Time
Java Get Current Date and Time

In this Java tutorial we learn how to get the current date and time in Java with different solutions.

Java Convert Number of Seconds to Hours Minutes Seconds String
Java Convert Number of Seconds to Hours Minutes Seconds String

In this Java tutorial we learn how to convert a number of seconds into a time String contains number of hours, minutes and seconds.

Java Get Index of Minimum Value in ArrayList
Java Get Index of Minimum Value in ArrayList

This Java core tutorial to show you how to get the index value of the minimum value in an ArrayList by using Java Collection API.

Get Screen Size in Java
Get Screen Size in Java

This Java tutorial we learn how to get the size of the screen and return width and height values in pixels.

Function interface in Java 8
Function interface in Java 8

The java.util.function.Function interface is a functional interface which represents a function that take one argument and return one output result. In this Java 8 tutorial we learn how to use the Function interface in Java program via different use cases.

How to use @FunctionalInterface annotation in Java 8
How to use @FunctionalInterface annotation in Java 8

The @FunctionalInterface annotation is type of information annotation which introduce from Java 8 to indicate that an interface is intended to be a functional interface. In this Java 8 tutorial we learn how to use the @FunctionalInterface annotation in Java programs.

Java Export PDF File from HTML Template
Java Export PDF File from HTML Template

In this Java tutorial we learn how to export .pdf files from HTML template files using the Thymeleaf and Flying Saucer PDF libraries.

Java how to use DateTimeFormatter
Java how to use DateTimeFormatter

In this Java core tutorial we learn how to format a LocalTime value to formatted String using the DateTimeFormatter class.

  • 1
  • 2
  • 3
  • …
  • 58
  • 59
  • 60
  • …
  • 99

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.