🆕 Getting a Character by Index From a String in Java
https://www.baeldung.com/java-character-at-position
➡️ @JavaLearnZone
https://www.baeldung.com/java-character-at-position
➡️ @JavaLearnZone
Baeldung
Getting a Character by Index From a String in Java | Baeldung
Learn how to get the character at a given position of a String in Java.
🆕 Java Map – keySet() vs. entrySet() vs. values() Methods
https://www.baeldung.com/java-map-entries-methods
➡️ @JavaLearnZone
https://www.baeldung.com/java-map-entries-methods
➡️ @JavaLearnZone
Baeldung
Java Map – keySet() vs. entrySet() vs. values() Methods | Baeldung
Learn how to use the keySet(), entrySet() and values() methods of the Map interface in Java.
📁 Convert Double to String, Removing Decimal Places
https://www.baeldung.com/java-double-to-string
➡️ @JavaLearnZone
https://www.baeldung.com/java-double-to-string
➡️ @JavaLearnZone
Baeldung
Convert Double to String, Removing Decimal Places | Baeldung
Learn how to convert a Double to a String while removing the fractional digits using a number of different approaches.
📁 Converting List to Map With a Custom Supplier
https://www.baeldung.com/list-to-map-supplier
➡️ @JavaLearnZone
https://www.baeldung.com/list-to-map-supplier
➡️ @JavaLearnZone
Baeldung
Converting List to Map With a Custom Supplier | Baeldung
Learn several ways to convert a List into a Map using Custom Suppliers.
📁 Difference in Used, Committed, and Max Heap Memory
https://www.baeldung.com/java-heap-used-committed-max
➡️ @JavaLearnZone
https://www.baeldung.com/java-heap-used-committed-max
➡️ @JavaLearnZone
Baeldung on Kotlin
Difference in Used, Committed, and Max Heap Memory | Baeldung
Learn how adaptive sizing works and evaluate the difference between max, used, and committed sizes
📁 Find the Longest Substring without Repeating Characters
https://www.baeldung.com/java-longest-substring-without-repeated-characters
➡️ @JavaLearnZone
https://www.baeldung.com/java-longest-substring-without-repeated-characters
➡️ @JavaLearnZone
Baeldung
Find the Longest Substring without Repeating Characters | Baeldung
Learn how to find the longest substring without repeating a character in Java.
🆕 Splitting a Java String by Multiple Delimiters
https://www.baeldung.com/java-string-split-multiple-delimiters
➡️ @JavaLearnZone
https://www.baeldung.com/java-string-split-multiple-delimiters
➡️ @JavaLearnZone
Baeldung
Splitting a Java String by Multiple Delimiters | Baeldung
Learn different options for splitting an input string by multiple delimiters using regular expressions, Google Guava, and Apache Commons
🆕 Remove Beginning and Ending Double Quotes from a String
https://www.baeldung.com/java-remove-start-end-double-quote
➡️ @JavaLearnZone
https://www.baeldung.com/java-remove-start-end-double-quote
➡️ @JavaLearnZone
Baeldung
Remove Beginning and Ending Double Quotes from a String | Baeldung
Learn different approaches for removing the beginning and ending double quotes from a String in Java.