In October, a webinar titled “From Bugs to Brilliance: Mastering java.util.concurrent” explored Java concurrency challenges. Expert Dr. Heinz Kabutz shared insights on writing thread-safe code, highlighting real-world issues and key design techniques like lock striping. Attendees learned how to prevent concurrency bugs, ensuring robust Java applications.
Virtual Threads in Java: A New Dimension of Scalability and Performance
In July, Marwan Abu-Khalil from Siemens AG led a webinar on virtual threads in Java, emphasizing their significant benefits for concurrent programming. The session discussed core concepts, differences from traditional threads, practical applications, migration challenges, and supporting constructs. Key takeaways highlighted virtual threads' suitability for IO-bound tasks and their impact on performance and scalability.
