π Java Code Geeks are giving away a FREE Sublime Text Editor License 
https://www.javacodegeeks.com/2023/02/java-code-geeks-are-giving-away-a-free-sublime-text-editor-license-4.html
β‘οΈ @JavaLearnZone
  
  https://www.javacodegeeks.com/2023/02/java-code-geeks-are-giving-away-a-free-sublime-text-editor-license-4.html
β‘οΈ @JavaLearnZone
Java Code Geeks
  
  Java Code Geeks are giving away a FREE Sublime Text Editor License - Java Code Geeks - 2023
  Struggling with your heavy-weight editor? Then we have something especially for you We are running a contest giving away a FREE license for the kick-ass
  π Java Concurrency: Synchronized 
https://www.javacodegeeks.com/2023/03/java-concurrency-synchronized.html
β‘οΈ @JavaLearnZone
  
  https://www.javacodegeeks.com/2023/03/java-concurrency-synchronized.html
β‘οΈ @JavaLearnZone
Java Code Geeks
  
  Java Concurrency: Synchronized - Java Code Geeks
  Previously we had an introduction to threads in Java and some of the internals. On this blog we will proceed on developing thread safe code using
  π Can threads execute different synchronized methods on same object? 
https://www.javacodegeeks.com/2023/03/can-threads-execute-different-synchronized-methods-on-same-object.html
β‘οΈ @JavaLearnZone
  
  https://www.javacodegeeks.com/2023/03/can-threads-execute-different-synchronized-methods-on-same-object.html
β‘οΈ @JavaLearnZone
Java Code Geeks
  
  Can threads execute different synchronized methods on same object? - Java Code Geeks - 2023
  In our earlier post, we learnt that when a method is synchronized only one thread will be allowed to enter the method. In this post, letβs do a little bit
  π Can Stream.collect() Return the null Value? 
https://www.baeldung.com/stream-collect-returning-null
β‘οΈ @JavaLearnZone
  
  https://www.baeldung.com/stream-collect-returning-null
β‘οΈ @JavaLearnZone
Baeldung
  
  Can Stream.collect() Return the null Value? | Baeldung
  Learn whether Java's Stream.collect() can return null.
  π Handle Duplicate Keys When Producing Map Using Java Stream 
https://www.baeldung.com/java-duplicate-keys-when-producing-map-using-stream
β‘οΈ @JavaLearnZone
  
  https://www.baeldung.com/java-duplicate-keys-when-producing-map-using-stream
β‘οΈ @JavaLearnZone
Baeldung
  
  Handle Duplicate Keys When Producing Map Using Java Stream | Baeldung
  Explore two approaches to handling duplicated keys when producing a Map result using Stream API.
  π Moving Items Around in an Arraylist 
https://www.baeldung.com/java-arraylist-move-items
β‘οΈ @JavaLearnZone
  
  https://www.baeldung.com/java-arraylist-move-items
β‘οΈ @JavaLearnZone
Baeldung
  
  Moving Items Around in an Arraylist | Baeldung
  Learn three different ways of moving items around in an ArrayList.
  π Difference Between Javac and the Eclipse Compiler 
https://www.baeldung.com/javac-vs-eclipse-compiler
β‘οΈ @JavaLearnZone
  
  https://www.baeldung.com/javac-vs-eclipse-compiler
β‘οΈ @JavaLearnZone
Baeldung
  
  Difference Between Javac and the Eclipse Compiler | Baeldung
  A comparison between the Java compiler and the Eclipse compiler.
  π 10 Popular Libraries for Java Unit and Integration Testing 
https://www.javacodegeeks.com/2023/03/10-popular-libraries-for-java-unit-and-integration-testing.html
β‘οΈ @JavaLearnZone
  
  https://www.javacodegeeks.com/2023/03/10-popular-libraries-for-java-unit-and-integration-testing.html
β‘οΈ @JavaLearnZone
Java Code Geeks
  
  10 Popular Libraries for Java Unit and Integration Testing - Java Code Geeks
  Java unit testing and integration testing are both important parts of the software development process. Unit testing involves testing individual units or
  π Java Modules: An Introduction 
https://www.javacodegeeks.com/2023/03/java-modules-an-introduction.html
β‘οΈ @JavaLearnZone
  
  https://www.javacodegeeks.com/2023/03/java-modules-an-introduction.html
β‘οΈ @JavaLearnZone
Java Code Geeks
  
  Java Modules: An Introduction - Java Code Geeks - 2023
  Java modules were introduced in Java 9 to enhance the modularity of the Java platform. A module in Java is a collection of related packages, classes, and
  π Java Static Synchronized method behavior 
https://www.javacodegeeks.com/2023/03/java-static-synchronized-method-behavior.html
β‘οΈ @JavaLearnZone
  
  https://www.javacodegeeks.com/2023/03/java-static-synchronized-method-behavior.html
β‘οΈ @JavaLearnZone
Java Code Geeks
  
  Java Static Synchronized method behavior - Java Code Geeks
  In our earlier post, we learnt that when a method is synchronized, only one thread will be allowed to enter the method. In this post, letβs discuss the
  π Java Concurrency: The Lock interface 
https://www.javacodegeeks.com/2023/03/java-concurrency-the-lock-interface.html
β‘οΈ @JavaLearnZone
  
  https://www.javacodegeeks.com/2023/03/java-concurrency-the-lock-interface.html
β‘οΈ @JavaLearnZone
Java Code Geeks
  
  Java Concurrency: The Lock interface - Java Code Geeks - 2023
  Previously we implemented a thread safe counter using synchronized. We would like to swift from synchronized blocks to something more flexible with more
  π How to Determine Date of the First Day of the Week Using LocalDate in Java 
https://www.baeldung.com/java-first-day-of-the-week
  
  https://www.baeldung.com/java-first-day-of-the-week
Baeldung
  
  How to Determine Date of the First Day of the Week Using LocalDate in Java | Baeldung
  Learn about the date of the first day of the week from LocalDate in Java.
  π Difference Between parallelStream() and stream().parallel() in Java 
https://www.baeldung.com/java-parallelstream-vs-stream-parallel
  
  https://www.baeldung.com/java-parallelstream-vs-stream-parallel
Baeldung on Kotlin
  
  Difference Between parallelStream() and stream().parallel() in Java | Baeldung
  Explore the ways we can create parallel Streams from a Collection data source.
  π Kafka Streams Developer: Techniques to Conquer 
https://www.javacodegeeks.com/2023/03/kafka-streams-developer-techniques-to-conquer.html
  
  https://www.javacodegeeks.com/2023/03/kafka-streams-developer-techniques-to-conquer.html
Java Code Geeks
  
  Kafka Streams Developer: Techniques to Conquer - Java Code Geeks - 2023
  Apache Kafka is an open-source distributed streaming platform developed by the Apache Software Foundation. It was initially developed at LinkedIn to
  