π Generate a Secure Random Password in Java
https://www.baeldung.com/java-generate-secure-password
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-generate-secure-password
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Generate a Secure Random Password in Java | Baeldung
Learn several methods for generating secure random passwords in Java.
π Remove or Replace part of a String in Java
https://www.baeldung.com/java-remove-replace-string-part
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-remove-replace-string-part
β‘οΈ @JavaLearnZone
Baeldung
Remove or Replace Part of a String in Java| Baeldung
Explore more than one way of removing and replacing a substring in Java.
π L-Trim and R-Trim Alternatives in Java
https://www.baeldung.com/java-trim-alternatives
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-trim-alternatives
β‘οΈ @JavaLearnZone
Baeldung
L-Trim and R-Trim Alternatives in Java | Baeldung
Learn several methods how to achieve l-trim and r-trim in java.
π A Guide to Transactions Across Microservices
https://www.baeldung.com/transactions-across-microservices
β‘οΈ @JavaLearnZone
https://www.baeldung.com/transactions-across-microservices
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Transactions Across Microservices | Baeldung
A comprehensive guide to transactions in distributed environments.
π Split a String in Java and Keep the Delimiters
https://www.baeldung.com/java-split-string-keep-delimiters
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-split-string-keep-delimiters
β‘οΈ @JavaLearnZone
Baeldung
Split a String in Java and Keep the Delimiters | Baeldung
Learn how to split a string in such a way that the delimiters are part of the result
π Read an InputStream using the Java Server Socket
https://www.baeldung.com/java-inputstream-server-socket
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-inputstream-server-socket
β‘οΈ @JavaLearnZone
Baeldung
Read an InputStream using the Java Server Socket | Baeldung
Learn how to read data from a Java Server Socket.
π Java Compiler Error: βclass, interface, or enum expectedβ
https://www.baeldung.com/java-class-interface-enum-expected
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-class-interface-enum-expected
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Java Compiler Error: "class, interface, or enum expected" | Baeldung
Learn about the "class, interface, or enum expected" Java compiler error and how to fix it
π Apache Ant 1.10.10 released β Better test result summary from junitlauncher task
//www.javacodegeeks.com/2021/05/apache-ant-1-10-10-released-better-test-result-summary-from-junitlauncher-task.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/05/apache-ant-1-10-10-released-better-test-result-summary-from-junitlauncher-task.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Apache Ant 1.10.10 released - Better test result summary from junitlauncher task | Java Code Geeks - 2021
Interested to learn about Apache Ant 1.10.10? Check our article explaining how junitlauncher task eases better test result summary
π Converting String to BigDecimal in Java
https://www.baeldung.com/java-string-to-bigdecimal
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-string-to-bigdecimal
β‘οΈ @JavaLearnZone
Baeldung
Converting String to BigDecimal in Java | Baeldung
Explore multiple methods to convert String to BigDecimal values.
π How to Check If a Key Exists in a Map
https://www.baeldung.com/java-map-key-exists
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-map-key-exists
β‘οΈ @JavaLearnZone
Baeldung
How to Check If a Key Exists in a Map | Baeldung
Learn how to check if a key exists in a Map in Java and a common pitfall.
π Java β Random Long, Float, Integer and Double
https://www.baeldung.com/java-generate-random-long-float-integer-double
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-generate-random-long-float-integer-double
β‘οΈ @JavaLearnZone
Baeldung
Java - Random Long, Float, Integer and Double | Baeldung
Learn how to generate random numbers in Java - both unbounded as well as within a given interval.