π Convert an Object to a Byte Array in Java
https://www.baeldung.com/object-to-byte-array
β‘οΈ @JavaLearnZone
https://www.baeldung.com/object-to-byte-array
β‘οΈ @JavaLearnZone
Baeldung
Convert an Object to a Byte Array in Java | Baeldung
A quick and practical guide to converting objects into byte arrays in Java.
π Java Concurrency Interview Questions (+ Answers)
https://www.baeldung.com/java-concurrency-interview-questions
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-concurrency-interview-questions
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Java Concurrency Interview Questions (+ Answers) | Baeldung
A set of popular concurrency-related Java interview questions and of course answers.
π 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.
π How to Round a Number to N Decimal Places in Java
https://www.baeldung.com/java-round-decimal-number
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-round-decimal-number
β‘οΈ @JavaLearnZone
Baeldung
How to Round a Number to N Decimal Places in Java | Baeldung
Overview of several ways of handling the common problem of rounding a decimal number in Java
π Check If a Number Is Prime in Java
https://www.baeldung.com/java-prime-numbers
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-prime-numbers
β‘οΈ @JavaLearnZone
Baeldung
Check If a Number Is Prime in Java | Baeldung
Learn how to check the primality of the number using Java.
π 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.
π What Is the βrelease Option in the Java 9 Compiler?
https://www.baeldung.com/java-compiler-release-option
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-compiler-release-option
β‘οΈ @JavaLearnZone
Baeldung
What Is the βrelease Option in the Java Compiler? | Baeldung
Learn about Java 9's new command-line compiler option --release, what it does and how to use it.