π Setting up Lombok with Eclipse and Intellij
https://www.baeldung.com/lombok-ide
β‘οΈ @JavaLearnZone
https://www.baeldung.com/lombok-ide
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Setting up Lombok with Eclipse and Intellij | Baeldung
Learn how to set up Lombok with popular IDEs
π JDK 18: Code Snippets in Java API Documentation
//www.javacodegeeks.com/2021/10/jdk-18-code-snippets-in-java-api-documentation.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/10/jdk-18-code-snippets-in-java-api-documentation.html
β‘οΈ @JavaLearnZone
Java Code Geeks
JDK 18: Code Snippets in Java API Documentation
Interested to learn about JDK 18? Check our article presenting Code Snippets in Java API Documentation of the new JDK18.
π More Frequent Java Long-Term Releases
//www.javacodegeeks.com/2021/10/more-frequent-java-long-term-releases.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/10/more-frequent-java-long-term-releases.html
β‘οΈ @JavaLearnZone
Java Code Geeks
More Frequent Java Long-Term Releases - Java Code Geeks - 2021
Interested to learn about Long-Term Releases? Check our article presenting the more Frequent Java Long-Term Releases.
π Using a Custom Class as a Key in a Java HashMap
https://www.baeldung.com/java-custom-class-map-key
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-custom-class-map-key
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Using a Custom Class as a Key in a Java HashMap | Baeldung
Learn how to use custom classes as keys in Maps in Java.
π Add a Reference to Method Parameters in Javadoc
https://www.baeldung.com/javadoc-reference-method-parameter
β‘οΈ @JavaLearnZone
https://www.baeldung.com/javadoc-reference-method-parameter
β‘οΈ @JavaLearnZone
Baeldung
Add a Reference to Method Parameters in Javadoc | Baeldung
Learn how to create references to method parameters in Javadoc.
π Guide to the Diamond Operator in Java
https://www.baeldung.com/java-diamond-operator
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-diamond-operator
β‘οΈ @JavaLearnZone
Baeldung
Guide to the Diamond Operator in Java | Baeldung
A quick and practical guide to the diamond operator that was introduced in Java 7.
π Signaling and waiting for concurrent state changes
//www.javacodegeeks.com/2021/10/signaling-and-waiting-for-concurrent-state-changes.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/10/signaling-and-waiting-for-concurrent-state-changes.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Signaling and waiting for concurrent state changes - Java Code Geeks - 2021
Interested to learn about Signaling? Check our article present how KivaKit provides a simple extension that reduces boilerplate calls to lock() and unlock()
π Searching for a String in an ArrayList
https://www.baeldung.com/java-search-string-arraylist
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-search-string-arraylist
β‘οΈ @JavaLearnZone
Baeldung
Searching for a String in an ArrayList
Learn how to search for a String in an ArrayList
π Checking for Empty or Blank Strings in Java
https://www.baeldung.com/java-blank-empty-strings
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-blank-empty-strings
β‘οΈ @JavaLearnZone
Baeldung
Checking for Empty or Blank Strings in Java | Baeldung
Check out some simple ways in Java to test if a string is blank or empty.
π Why Not To Start A Thread In The Constructor?
https://www.baeldung.com/java-thread-constructor
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-thread-constructor
β‘οΈ @JavaLearnZone
Baeldung
Why Not to Start a Thread in the Constructor? | Baeldung
Learn why you shouldn't start a thread in a Java constructor