π How to Serialize a Singleton in Java
https://www.baeldung.com/java-serialize-singleton
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-serialize-singleton
β‘οΈ @JavaLearnZone
Baeldung
How to Serialize a Singleton in Java | Baeldung
Learn how to create a serializable singleton class in Java.
π Sort Collection of Objects by Multiple Fields in Java
https://www.baeldung.com/java-sort-collection-multiple-fields
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-sort-collection-multiple-fields
β‘οΈ @JavaLearnZone
Baeldung
Sort Collection of Objects by Multiple Fields in Java | Baeldung
Learn different approaches for sorting collections by comparing multiple fields.
π Calling JMX MBean Method From a Shell Script
https://www.baeldung.com/jmx-mbean-shell-access
β‘οΈ @JavaLearnZone
https://www.baeldung.com/jmx-mbean-shell-access
β‘οΈ @JavaLearnZone
Baeldung
Calling JMX MBean Method From a Shell Script | Baeldung
Learn how to access MBeans from a shell script.
π Java Course Team Lead with Spring Experience (Remote) (Part Time)
https://www.baeldung.com/job/java-course-lead
β‘οΈ @JavaLearnZone
https://www.baeldung.com/job/java-course-lead
β‘οΈ @JavaLearnZone
Baeldung
Java Course Team Lead with Spring Experience (Remote) (Part Time) | Baeldung
Looking for a Java Lead with Spring experience to join the Baeldung team.
π Difference Between Map.ofEntries() and Map.of()
https://www.baeldung.com/map-ofentries-and-map-of
β‘οΈ @JavaLearnZone
https://www.baeldung.com/map-ofentries-and-map-of
β‘οΈ @JavaLearnZone
Baeldung
Difference Between Map.ofEntries() and Map.of() | Baeldung
Take a closer look at these two static factory methods for immutable maps and explain which one is suitable for which purpose.
π Extract Values using AssertJ in Java
https://www.baeldung.com/java-extract-values-assertj
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-extract-values-assertj
β‘οΈ @JavaLearnZone
Baeldung
Extract Values using AssertJ in Java | Baeldung
Learn two ways to extract an object's value to be asserted on.
π Guide to Splitting a String by Whitespace in Java
https://www.baeldung.com/java-splitting-a-string-by-whitespace
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-splitting-a-string-by-whitespace
β‘οΈ @JavaLearnZone
Baeldung
Guide to Splitting a String by Whitespace in Java | Baeldung
Learn how to split a String by whitespace characters, such as space, tab, or newline, using multiple approaches
π Inserting an Object in an ArrayList at a Specific Position
https://www.baeldung.com/java-insert-object-arraylist-specific-position
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-insert-object-arraylist-specific-position
β‘οΈ @JavaLearnZone
Baeldung
Inserting an Object in an ArrayList at a Specific Position | Baeldung
Learn how to add a new element at a specific position to an ArrayList.
π Find the First Non Repeating Character in a String in Java
https://www.baeldung.com/java-find-the-first-non-repeating-character
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-find-the-first-non-repeating-character
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Find the First Non Repeating Character in a String in Java | Baeldung
Explore different approaches to finding the first non-repeating character in a string.
π The Factory Design Pattern in Java
https://www.baeldung.com/java-factory-pattern
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-factory-pattern
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
The Factory Design Pattern in Java | Baeldung
Explore the factory design pattern.
π Convert Between LocalDateTime and ZonedDateTime
https://www.baeldung.com/java-localdatetime-zoneddatetime
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-localdatetime-zoneddatetime
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Convert Between LocalDateTime and ZonedDateTime | Baeldung
Learn how to convert an instance of LocalDateTime to ZonedDateTime and vice versa.