🆕 Java ArrayList Insert/Replace At Index
//www.javacodegeeks.com/2022/01/java-arraylist-insert-replace-at-index.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/java-arraylist-insert-replace-at-index.html
➡️ @JavaLearnZone
Java Code Geeks
Java ArrayList Insert/Replace At Index - Java Code Geeks
Interested to learn about Index? Check our article explaining how to insert or replace an element at a specified index into ArrayList java.
🆕 Check if a String Ends with a Certain Pattern in Java
https://www.baeldung.com/java-string-ends-pattern
➡️ @JavaLearnZone
https://www.baeldung.com/java-string-ends-pattern
➡️ @JavaLearnZone
Baeldung
Check if a String Ends with a Certain Pattern in Java | Baeldung
Learn how to check if a String ends in a certain pattern in Java using core Java methods as well as Apache Commons Lang's StringUtils class.
🆕 A Brief History of the Java Programming Language
https://www.baeldung.com/java-history
➡️ @JavaLearnZone
https://www.baeldung.com/java-history
➡️ @JavaLearnZone
Baeldung on Kotlin
A Brief History of the Java Programming Language | Baeldung
Learn about the history of Java.
🆕 Random Number Generators in Java 17
https://www.baeldung.com/java-17-random-number-generators
➡️ @JavaLearnZone
https://www.baeldung.com/java-17-random-number-generators
➡️ @JavaLearnZone
Baeldung
Random Number Generators in Java | Baeldung
Java 17 provides a large number of improvements to the generation of random numbers. We explore the new API and compare it with the original random number generators.
🆕 String equals() Vs contentEquals() in Java
https://www.baeldung.com/java-string-equals-vs-contentequals
➡️ @JavaLearnZone
https://www.baeldung.com/java-string-equals-vs-contentequals
➡️ @JavaLearnZone
Baeldung
String equals() Vs contentEquals() in Java | Baeldung
Learn the differences between the equals() and the contentEquals() methods of the String class in Java using practical examples.
🆕 Multiple Line Code Example in Javadoc Comment
https://www.baeldung.com/javadoc-multi-line-code
➡️ @JavaLearnZone
https://www.baeldung.com/javadoc-multi-line-code
➡️ @JavaLearnZone
Baeldung
Multiple Line Code Example in Javadoc Comment | Baeldung
A quick and practical tutorial to embedding code samples in JavaDoc comments.
🆕 Convert String to Float and Back in Java
https://www.baeldung.com/java-string-to-float
➡️ @JavaLearnZone
https://www.baeldung.com/java-string-to-float
➡️ @JavaLearnZone
Baeldung
Convert String to Float and Back in Java | Baeldung
Learn how to convert a String to float and vice versa.
🆕 KivaKit and AWS Lambda
//www.javacodegeeks.com/2022/01/kivakit-and-aws-lambda.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/kivakit-and-aws-lambda.html
➡️ @JavaLearnZone
Java Code Geeks
KivaKit and AWS Lambda - Java Code Geeks - 2022
Interested to learn about AWS Lambda? Check our article explaining how Lambdas for REST and GRPC can be added to a KivaKit Microservice.
🆕 Log4j RCE 0-day vulnerability (CVE-2021-44228) mitigation actions
//www.javacodegeeks.com/2022/01/log4j-rce-0-day-vulnerability-cve-2021-44228-mitigation-actions.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/log4j-rce-0-day-vulnerability-cve-2021-44228-mitigation-actions.html
➡️ @JavaLearnZone
Java Code Geeks
Log4j RCE 0-day vulnerability (CVE-2021-44228) mitigation actions - Java Code Geeks - 2022
Interested to learn about Log4j? Check our article explaining how to mitigate the risk of log4j's zero-day exploit CVE-2021-44228.
🆕 Java: Creating Terabyte Sized Queues with Low-Latency
//www.javacodegeeks.com/2022/01/java-creating-terabyte-sized-queues-with-low-latency-2.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/java-creating-terabyte-sized-queues-with-low-latency-2.html
➡️ @JavaLearnZone
Java Code Geeks
Java: Creating Terabyte Sized Queues with Low-Latency - Java Code Geeks - 2022
Interested to learn about Queues? Check our article explaining how to Create Terabyte Sized Queues with Low-Latency
🆕 Java: Why a Set Can Contain Duplicate Elements
//www.javacodegeeks.com/2022/01/java-why-a-set-can-contain-duplicate-elements.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/java-why-a-set-can-contain-duplicate-elements.html
➡️ @JavaLearnZone
Java Code Geeks
Java: Why a Set Can Contain Duplicate Elements - Java Code Geeks - 2022
Interested to learn about Duplicate Elements? Check our article explaining Why a Set Can Contain Duplicate Elements