π Handling NoClassDefFoundError for JAXBException in Java 9
https://www.baeldung.com/java-9-jaxbexception
https://www.baeldung.com/java-9-jaxbexception
Baeldung
Handling NoClassDefFoundError for JAXBException in Java | Baeldung
Learn how to solve the JAXBException when migrating to Java 9.
π Introduction to Hypermedia REST APIs
//www.javacodegeeks.com/2020/08/introduction-to-hypermedia-rest-apis.html
//www.javacodegeeks.com/2020/08/introduction-to-hypermedia-rest-apis.html
Java Code Geeks
Introduction to Hypermedia REST APIs | Java Code Geeks - 2020
Interested to learn about Hypermedia REST APIs? Check our article explaining what Hypermedia APIs provide for services.
π Difference Between when() and doXxx() Methods in Mockito
https://www.baeldung.com/java-mockito-when-vs-do
https://www.baeldung.com/java-mockito-when-vs-do
Baeldung
Difference Between when() and doXxx() Methods in Mockito | Baeldung
Learn the advantages and disadvantages of the configuring a mock object the when().thenXxx() or the doXxx().when() way.
π Memory Management in Java Interview Questions (+Answers)
https://www.baeldung.com/java-memory-management-interview-questions
https://www.baeldung.com/java-memory-management-interview-questions
Baeldung on Kotlin
Memory Management in Java Interview Questions (+Answers) | Baeldung
A set of popular Memory Management-related interview questions and of course answers.
π Checking if a Java Class is βabstractβ Using Reflection
https://www.baeldung.com/java-reflection-is-class-abstract
https://www.baeldung.com/java-reflection-is-class-abstract
Baeldung
Checking if a Java Class Is βAbstractβ Using Reflection | Baeldung
Learn how to check whether a Java class is abstract using the Reflection API.
π Using JNA to Access Native Dynamic Libraries
https://www.baeldung.com/java-jna-dynamic-libraries
https://www.baeldung.com/java-jna-dynamic-libraries
Baeldung on Kotlin
Using JNA to Access Native Dynamic Libraries | Baeldung
Learn how to use JNA to access native code easily when compared to JNI.