๐ Memory Address of Objects in Java
https://www.baeldung.com/java-object-memory-address
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-object-memory-address
โก๏ธ @JavaLearnZone
Baeldung
Memory Address of Objects in Java | Baeldung
Learn how to find the memory address of objects in Java
๐ Write Extracted Data to a File Using JMeter
https://www.baeldung.com/jmeter-write-to-file
โก๏ธ @JavaLearnZone
https://www.baeldung.com/jmeter-write-to-file
โก๏ธ @JavaLearnZone
Baeldung
Write Extracted Data to a File Using JMeter | Baeldung
Sometimes we need to write our JMeter test data into a file. Let's explore how we can do that.
๐ Add Multiple Items to an Java ArrayList
https://www.baeldung.com/java-add-items-array-list
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-add-items-array-list
โก๏ธ @JavaLearnZone
Baeldung
Add Multiple Items to an Java ArrayList | Baeldung
Explore different ways of adding multiple items to an already initialized ArrayList.
๐ A Guide to WatchService in Java NIO2
https://www.baeldung.com/java-nio2-watchservice
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-nio2-watchservice
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
A Guide To NIO2 WatchService | Baeldung
A quick and practical guide to Java NIO2 WatchService
๐ The java.security.egd JVM Option
https://www.baeldung.com/java-security-egd
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-security-egd
โก๏ธ @JavaLearnZone
Baeldung
The java.security.egd JVM Option | Baeldung
The java.security.egd JVM startup property affects how the SecureRandom class initializes. Let's explore how changing its value impacts our code.
๐ Assert Two Lists for Equality Ignoring Order in Java
https://www.baeldung.com/java-assert-lists-equality-ignore-order
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-assert-lists-equality-ignore-order
โก๏ธ @JavaLearnZone
Baeldung
Assert Two Lists for Equality Ignoring Order in Java | Baeldung
Learn how to make order agnostic comparison of lists when writing unit tests.
๐ JDK16 javac xlint Warning about Default Constructors
//www.javacodegeeks.com/2020/08/jdk16-javac-xlint-warning-about-default-constructors.html
โก๏ธ @JavaLearnZone
//www.javacodegeeks.com/2020/08/jdk16-javac-xlint-warning-about-default-constructors.html
โก๏ธ @JavaLearnZone
Java Code Geeks
JDK16 javac xlint Warning about Default Constructors | Java Code Geeks - 2021
Interested to learn about javac xlint? Check our article explaining JDK16 javac xlint Warning about Default Constructors.
๐ Converting java.util.Properties to HashMap
https://www.baeldung.com/java-convert-properties-to-hashmap
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-convert-properties-to-hashmap
โก๏ธ @JavaLearnZone
Baeldung
Converting Java Properties to HashMap | Baeldung
Let's see how we can convert java.util.Properties into a HashMap
๐[24H] Udemy - JUnit 5, Mockito, PowerMock, TDD, BDD & ATTD
Learn JUnit 5 (JUpiter) + libraries for unit and integration testing from scratch together with test-driven development
What you'll learn
Learn specifics of JUnit 5 (Jupiter)
Learn API of the most popular Mock Framework - Mockito
JUnit 5 VS JUnit 4
Adanced knowledge of PowerMock API
Testing level: unit & integration
How to execute tests from Eclipse
Test-driven development (TDD)
Behavior-driven development (BDD)
Acceptance test-driven development
Real-life examples and reviews
Test code coverage
https://www.udemy.com/course/testing-for-developers/?couponCode=TDD_FEB_FREE
โก๏ธ @JavaLearnZone
Learn JUnit 5 (JUpiter) + libraries for unit and integration testing from scratch together with test-driven development
What you'll learn
Learn specifics of JUnit 5 (Jupiter)
Learn API of the most popular Mock Framework - Mockito
JUnit 5 VS JUnit 4
Adanced knowledge of PowerMock API
Testing level: unit & integration
How to execute tests from Eclipse
Test-driven development (TDD)
Behavior-driven development (BDD)
Acceptance test-driven development
Real-life examples and reviews
Test code coverage
https://www.udemy.com/course/testing-for-developers/?couponCode=TDD_FEB_FREE
โก๏ธ @JavaLearnZone
Udemy
JUnit 5, Mockito, PowerMock, TDD, BDD & ATTD
Learn JUnit 5 (JUpiter) + libraries for unit and integration testing from scratch together with test-driven development
๐ Creating and Analyzing Java Heap Dumps
https://reflectoring.io/create-analyze-heapdump/
โก๏ธ @JavaLearnZone
https://reflectoring.io/create-analyze-heapdump/
โก๏ธ @JavaLearnZone
reflectoring.io
Creating and Analyzing Java Heap Dumps
This post looks at diagnosing memory problems in a Java Application by capturing a heap dump and then analyzing it with memory analyzer tools.