🆕 Difference Between parseInt() and valueOf() in Java
https://www.baeldung.com/java-integer-parseint-vs-valueof
➡️ @JavaLearnZone
https://www.baeldung.com/java-integer-parseint-vs-valueof
➡️ @JavaLearnZone
Baeldung
Difference Between parseInt() and valueOf() in Java | Baeldung
Learn the differences between the parseInt() and valueOf() methods of the java.lang.Integer class in Java.
🆕 How to Convert InputStream to Base64 String
https://www.baeldung.com/java-inputstream-to-base64-string
➡️ @JavaLearnZone
https://www.baeldung.com/java-inputstream-to-base64-string
➡️ @JavaLearnZone
Baeldung
How to Convert InputStream to Base64 String | Baeldung
Learn how to use Java Streaming IO functions and the built-in Base64 class to load binary data as an InputStream and then convert it to a String.
🆕 How to Split a Stream into Multiple Streams
https://www.baeldung.com/java-split-stream
➡️ @JavaLearnZone
https://www.baeldung.com/java-split-stream
➡️ @JavaLearnZone
Baeldung on Kotlin
How to Split a Stream into Multiple Streams | Baeldung
Sometimes we need to process the elements of a stream in multiple ways. We explore a few options for splitting the stream, or running the stream over several terminal operations.
🆕 Use Cases for Static Methods in Java
https://www.baeldung.com/java-static-methods-use-cases
➡️ @JavaLearnZone
https://www.baeldung.com/java-static-methods-use-cases
➡️ @JavaLearnZone
Baeldung
Use Cases for Static Methods in Java | Baeldung
Java allows us to declare functions as static. We look at what this means, how static functions differ from others, and some common use cases for preferring static functions.
🆕 Logging Performance Comparison
//www.javacodegeeks.com/2022/07/logging-performance-comparison.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/07/logging-performance-comparison.html
➡️ @JavaLearnZone
Java Code Geeks
Logging Performance Comparison - Java Code Geeks - 2023
In a previous blog post, I explained the pros and cons of using logging. In this post, we’ll explore and compare the performance of different logging
🆕 Advantages and Disadvantages of Using Java Wildcard Imports
https://www.baeldung.com/java-wildcard-imports
➡️ @JavaLearnZone
https://www.baeldung.com/java-wildcard-imports
➡️ @JavaLearnZone
Baeldung on Kotlin
Advantages and Disadvantages of Using Java Wildcard Imports | Baeldung
Learn the advantages and disadvantages of using wildcard import statements in Java.
🆕 How to Truncate a String in Java
https://www.baeldung.com/java-truncating-strings
➡️ @JavaLearnZone
https://www.baeldung.com/java-truncating-strings
➡️ @JavaLearnZone
Baeldung
How to Truncate a String in Java | Baeldung
Learn how to truncate a String in Java.
🆕 Guide to Creating Jar Executables and Windows Executables from Java
https://www.baeldung.com/jar-windows-executables
➡️ @JavaLearnZone
https://www.baeldung.com/jar-windows-executables
➡️ @JavaLearnZone
Baeldung
Guide to Creating Jar Executables and Windows Executables from Java | Baeldung
Learn how to package a Java program into a Jar and make them executable in Windows.
🆕 Google Cloud Functions (2nd Gen) Java Sample
//www.javacodegeeks.com/2022/07/google-cloud-functions-2nd-gen-java-sample.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/07/google-cloud-functions-2nd-gen-java-sample.html
➡️ @JavaLearnZone
Java Code Geeks
Google Cloud Functions (2nd Gen) Java Sample - Java Code Geeks - 2022
Interested to learn about Google Cloud Functions? Check our article presenting Google Cloud Functions 2nd generation.
🆕 Validate an XML File against an XSD File
https://www.baeldung.com/java-validate-xml-xsd
➡️ @JavaLearnZone
https://www.baeldung.com/java-validate-xml-xsd
➡️ @JavaLearnZone
Baeldung on Kotlin
Validate an XML File Against an XSD File | Baeldung
Learn how to validate an XML file against an XSD file.