π Creating a MS PowerPoint Presentation in Java
https://www.baeldung.com/apache-poi-slideshow
β‘οΈ @JavaLearnZone
https://www.baeldung.com/apache-poi-slideshow
β‘οΈ @JavaLearnZone
Baeldung
Creating a MS PowerPoint presentation in Java | Baeldung
Quick and practical example of creating PowerPoint presentations using Java and Apache POI.
π Creating a JUnit 5 ExecutionCondition
//www.javacodegeeks.com/2021/05/creating-a-junit-5-executioncondition.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/05/creating-a-junit-5-executioncondition.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Creating a JUnit 5 ExecutionCondition | Java Code Geeks - 2021
Interested to learn about ExecutionCondition? Check our article explaining how to Create a JUnit 5 ExecutionCondition.
π 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.