Ever wondered if it’s important to close a Java 8 Stream?
Baeldung Author
Mona Mohamadinia
Motivated Software Engineer with excellent technical, leadership and planning abilities focused on delivering high-quality, scalable and well-tested softwares. Train and encourage team members to improve and to contribute more effectively.
Here's what I've written (so far):
Baeldung on Java
- All
- Maven (6)
- Spring Boot (3)
- Spring (3)
- Java (3)
- Java IO (2)
- JVM (2)
- Persistence (1)
- Logging (1)
- Java Streams (1)
- Java List (1)
- Java Concurrency (1)
Java ArrayList vs LinkedList
Filed under Java List
Learn the difference between ArrayList and LinkedList in Java
Adding Shutdown Hooks for JVM Applications
Filed under JVM
Learn to add shutdown hooks for JVM applications.
Baeldung on Kotlin
- All
- Kotlin Basics (4)
- Kotlin-Java Interop (1)
- Kotlin Strings (1)
- Kotlin Numbers (1)
- Kotlin Functions (1)
- Kotlin Dates (1)
- Kotlin Concurrency (1)
- Kotlin Collections (1)
- Kotlin Classes and Objects (1)
String to Long Conversions in Kotlin
Filed under Kotlin Strings
Learn how to convert between Strings and Longs in Kotlin
Return at Label in Kotlin
Filed under Kotlin Basics
Learn how to use Kotlin’s return@ label.
Backing Fields in Kotlin
Filed under Kotlin Basics
Learn the concept of backing fields in Kotlin.
Unsigned Integers in Kotlin
Filed under Kotlin Numbers
Learn how to use unsigned integers in Kotlin.
Measuring Elapsed Time in Kotlin
Filed under Kotlin Dates
Discover how to measure elapsed time in Kotlin.
SAM Conversions in Kotlin
Filed under Kotlin-Java Interop
Learn about SAM conversions in Kotlin.
Volatile Properties in Kotlin
Filed under Kotlin Concurrency
Learn how to control the memory visibility of variables using volatile properties in Kotlin
Anonymous Inner Classes in Kotlin
Filed under Kotlin Classes and Objects
Learn how to leverage anonymous inner classes in Kotlin.
Iterating Collections by Index in Kotlin
Filed under Kotlin Collections
Learn how to iterate through collections by index in Kotlin
Baeldung on Ops
- All
- Cloud (2)
- Docker (1)
Listing Kafka Consumers
Filed under Cloud
learn how to list Kafka consumer groups and find more information.
Listing Kafka Topics
Filed under Cloud
Learn how to list all kafka topics using the command line.
Listing Docker Containers
Filed under Docker
Learn how to list docker containers using the command line