π Implementing a Custom Lombok Annotation
https://www.baeldung.com/lombok-custom-annotation
β‘οΈ @JavaLearnZone
https://www.baeldung.com/lombok-custom-annotation
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Implementing a Custom Lombok Annotation | Baeldung
Learn how to implement a custom annotation using Lombok handlers.
π Retrieve Fields from a Java Class Using Reflection
https://www.baeldung.com/java-reflection-class-fields
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-reflection-class-fields
β‘οΈ @JavaLearnZone
Baeldung
Retrieve Fields from a Java Class Using Reflection | Baeldung
Learn how to get the fields of a class using reflection, including inherited fields
π Generate equals() and hashCode() with Eclipse
https://www.baeldung.com/java-eclipse-equals-and-hashcode
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-eclipse-equals-and-hashcode
β‘οΈ @JavaLearnZone
Baeldung
Generate equals() and hashCode() with Eclipse | Baeldung
A quick and practical guide to generating equals() and hashcode() with the Eclipse IDE
π Difference between JVM, JIR, JRE, and JDK in Java
//www.javacodegeeks.com/2020/08/difference-between-jvm-jir-jre-and-jdk-in-java.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/08/difference-between-jvm-jir-jre-and-jdk-in-java.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Difference between JVM, JIR, JRE, and JDK in Java | Java Code Geeks - 2021
Interested to learn about JVM? Check our article explaining the Differences between JVM, JIR, JRE, and JDK in Java with examples.
π Using NullAway to Avoid NullPointerExceptions
https://www.baeldung.com/java-nullaway
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-nullaway
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Using NullAway to Avoid NullPointerExceptions | Baeldung
Learn how to avoid NullPointerExceptions using NullAway.
π Digital Signatures in Java
https://www.baeldung.com/java-digital-signature
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-digital-signature
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Digital Signatures in Java | Baeldung
Java provides support for digital signature via the JCA APIs. See how to digitally sign and verify messages with public/private key cryptography.
π REST: Deleting resources
//www.javacodegeeks.com/2020/10/rest-deleting-resources.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/rest-deleting-resources.html
β‘οΈ @JavaLearnZone
Java Code Geeks
REST: Deleting resources | Java Code Geeks - 2020
In RESTful APIs resources are typically deleted using the HTTP DELETE method. The resource that should be deleted is identified by the request URI. DELETE
π JMetro Version 8.6.14 And 11.6.14 Released
//www.javacodegeeks.com/2020/10/jmetro-version-8-6-14-and-11-6-14-released.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/jmetro-version-8-6-14-and-11-6-14-released.html
β‘οΈ @JavaLearnZone
Java Code Geeks
JMetro Version 8.6.14 And 11.6.14 Released
Another release of JMetro has just came out. This time the focus has been on fixing bugs and tweaking existing styles. A bunch of these have been fixed in
π How to get Type-Safe and Intuitive Hibernate/JPA Queries by Leveraging Java Streams
//www.javacodegeeks.com/2020/10/how-to-get-type-safe-and-intuitive-hibernate-jpa-queries-by-leveraging-java-streams.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/10/how-to-get-type-safe-and-intuitive-hibernate-jpa-queries-by-leveraging-java-streams.html
β‘οΈ @JavaLearnZone
Java Code Geeks
How to get Type-Safe and Intuitive Hibernate/JPA Queries by Leveraging Java Streams | Java Code Geeks - 2021
A large proportion of Java database applications are using Hibernate/JPA to bridge the gap between Java and SQL. Until recently, we were forced to mix
π Bulk vs Individual Compression
//www.javacodegeeks.com/2020/09/bulk-vs-individual-compression.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/09/bulk-vs-individual-compression.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Bulk vs Individual Compression | Java Code Geeks - 2020
Interested to learn about Compression? Check our article explaining the differences between Bulk and Individual Compression
π Creational Design Patterns in Core Java
https://www.baeldung.com/java-creational-design-patterns
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-creational-design-patterns
β‘οΈ @JavaLearnZone
Baeldung
Creational Design Patterns in Core Java | Baeldung
Learn about creational design patterns along with examples of core Java classes that use them to create and obtain instances of objects.
π Throw Exception in Optional in Java 8
https://www.baeldung.com/java-optional-throw-exception
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-optional-throw-exception
β‘οΈ @JavaLearnZone
Baeldung
Throw Exception in Java Optional | Baeldung
Explore how to throw an exception from Java 8 Optional.
π Guide to Java Parallel Collectors Library
https://www.baeldung.com/java-parallel-collectors
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-parallel-collectors
β‘οΈ @JavaLearnZone
Baeldung
Guide to Java Parallel Collectors Library | Baeldung
Learn how to use Parallel Collectors, a library of Java Stream API collectors designed to overcome limitations of standard Parallel Streams.