Java
Java: How to convert a file to String
In these examples, we take a look at how to convert a file to String in various Java versions.
Java
Java Multi-line String Example
In this program, we take a look at how to add Java Multi-line String.
Java
Java: Convert String to Binary
Let us see an example of how to convert a string to binary in Java.
Java
How to rename file using Java
Let us take a look at how to rename files in Java with examples of Java 7,8,9 and 11 and 17
Java
Java 8: Convert Iterator to Stream Examples
Let us take a look at how to Convert an Iterator to a Stream using Java 8.
Java
Maven Central Repository: URL and Details
Let us take a look at the URL for Maven Central Repository and more details.
Java
Java 8 Supplier Functional Interface Examples
Let us take a look at some programs to demonstrate Java 8 Supplier Functional Interface.
Java
Java 8: Convert Date between Time Zones Example
In this example, we take a look at how to convert date between Time Zone using Java 8 code.
Java
Java 8: Move a file from Source to Target Directory Example
In this example, we take a look at how to move a file from source to target location using Java 8 code.
Java
Check if a Java Date String is Valid or Not (Java 8)
In this program, we will see how to check if a Java date is valid or not.
Java
RabbitMQ Queue Listener Java Spring Boot Code Example
In this example, we take a look at RabbitMQ Queue Listener with Java Spring Boot Code.
Java
Fix RabbitMQ: AuthenticationFailureException: ACCESS_REFUSED
Lets see how to fix AmqpAuthenticationException: com.rabbitmq.client.AuthenticationFailureException: ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.
Java
RabbitMQ Java Spring Boot Application Properties List
Let us take a look at some of the important RabbitMQ Java Spring Boot Application Properties.
Java
Java: RabbitMq Create a Queue Example
In this example, we take a look at how to create a RabbitMq Queue using Java Code.
Java
Create RabbitMQ Exchange using Java Spring Boot Example
In this code example, we create RabbitMQ Exchange using Java Spring Boot.