Spring Boot Generate QR Code as Base64 String
This Java Spring Boot tutorial we learn how to generate QR code as a base64 string in Spring Boot application.
This Java Spring Boot tutorial we learn how to generate QR code as a base64 string in Spring Boot application.
In this Java tutorial we learn how to get the current date and time in Java with different solutions.
In this Java tutorial we learn how to convert a number of seconds into a time String contains number of hours, minutes and seconds.
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.
This Java tutorial we learn how to get the size of the screen and return width and height values in pixels.
This Spring Boot tutorial we learn how to implement Spring Boot application to generate QR code image files.
This Spring Boot tutorial to show you how to implement a Spring Boot web application which user can upload and decode a QR code image file.
This Spring Boot tutorial to show you step by step to implement a Spring Boot web application which generate QR code from user input and display the QR code via a web page.
This Spring Boot tutorial will guide you how to implement download function for a Spring Boot web application which allow user to download multiple files as a .zip file.
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.