π Write an org.w3.dom.Document to a File
https://www.baeldung.com/java-write-xml-document-file
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-write-xml-document-file
β‘οΈ @JavaLearnZone
Baeldung
Write an org.w3.dom.Document to a File | Baeldung
Learn how to write and customize XML output in Java
π Inject Parameters into JUnit Jupiter Unit Tests
https://www.baeldung.com/junit-5-parameters
β‘οΈ @JavaLearnZone
https://www.baeldung.com/junit-5-parameters
β‘οΈ @JavaLearnZone
Baeldung
Inject Parameters into JUnit Jupiter Unit Tests | Baeldung
A quick look at how to extend JUnit 5 with parameters.
π Constructors in Java Abstract Classes
https://www.baeldung.com/java-abstract-classes-constructors
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-abstract-classes-constructors
β‘οΈ @JavaLearnZone
Baeldung
Constructors in Java Abstract Classes | Baeldung
A quick and practical guide to using constructors in abstract classes.
π Check if the First Letter of a String is Uppercase
https://www.baeldung.com/java-check-first-letter-uppercase
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-check-first-letter-uppercase
β‘οΈ @JavaLearnZone
Baeldung
Check if the First Letter of a String Is Uppercase | Baeldung
Explore different solutions for checking if the first letter is uppercase.
π Ignoring Commas in Quotes When Splitting a Comma-separated String
https://www.baeldung.com/java-split-string-commas
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-split-string-commas
β‘οΈ @JavaLearnZone
Baeldung
Ignoring Commas in Quotes When Splitting a Comma-separated String | Baeldung
Learn various approaches for ignoring commas in quotes when splitting a comma-separated String.
π Nested HashMaps Examples in Java
https://www.baeldung.com/java-nested-hashmaps
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-nested-hashmaps
β‘οΈ @JavaLearnZone
Baeldung
Nested HashMaps Examples in Java | Baeldung
Learn how to create, compare, update and flatten a nested HashMap.
π Binary Search Algorithm in Java
https://www.baeldung.com/java-binary-search
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-binary-search
β‘οΈ @JavaLearnZone
Baeldung
Binary Search Algorithm in Java | Baeldung
Learn how and when to use the Binary Search algorithm.
π Did You Know You Can Create Mappers Without Creating Underlying Objects in Java?
//www.javacodegeeks.com/2021/11/did-you-know-you-can-create-mappers-without-creating-underlying-objects-in-java.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/11/did-you-know-you-can-create-mappers-without-creating-underlying-objects-in-java.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Did You Know You Can Create Mappers Without Creating Underlying Objects in Java? - Java Code Geeks - 2021
Interested to learn about Mappers? Check our article explaining how to create Mappers Without Creating Underlying Objects in Java.
π Introduction to Java Serialization
https://www.baeldung.com/java-serialization
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-serialization
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Introduction to Java Serialization | Baeldung
We learn how to serialize and deserialize objects in Java.
π What is Thread-Safety and How to Achieve it?
https://www.baeldung.com/java-thread-safety
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-thread-safety
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
What Is Thread-Safety and How to Achieve It? | Baeldung
Learn about the different use cases for thread-safety and concurrent access.
π Find the Number of Lines in a File Using Java
https://www.baeldung.com/java-file-number-of-lines
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-file-number-of-lines
β‘οΈ @JavaLearnZone
Baeldung
Find the Number of Lines in a File Using Java
Learn how to find the number of lines in a file using Java.
π View Bytecode of a Class File in Java
https://www.baeldung.com/java-class-view-bytecode
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-class-view-bytecode
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
View Bytecode of a Class File in Java | Baeldung
Explore ways to view the bytecode of a class file in Java