
Java
10 FOLLOWERS
Official Java channel covering the Java platform, OpenJDK, and the Java ecosystem.
Java
5h ago
March 18th isn't just the first day of JavaOne, it is also the release day for Java 24 and so the live stream will center around Java's latest release as well as the opening keynote. Nicolai will be your host with expert guests Mikael Vidstedt, and Viktor Klang. ~~~ TODAY'S SCHEDULE ~~~ 15:00 UTC: Java 24 Overview with Mikael Vidstedt 15:30 UTC: JavaOne Opening Keynote "Our World, Moved by Java" -- Cutting Edge Demos -- Garbage Collection Performance Insights -- News About Java in Education -- ...and more 17:15 UTC: Java 24 Deep Dive -- AOT Caching with Dan Heidinga -- Stream Gatherers with Vi ..read more
Java
3d ago
Cracking the #Java #Coding #Interview - Question 242: Why can't you map / filter / reduce a Collection? Watch all the questions here: https://youtube.com/playlist?list=PLzzeuFUy_Cngn3JZEXtu6G923y5v8y-8h ..read more
Java
4d ago
Java 24 is scheduled to be released March 18th! In this episode of Inside Java Newscast we will review all the noteworthy changes coming to Java 24 that developers would care about. ? Join us for the Java 24 Launch Livestream from JavaOne: https://www.youtube.com/watch?v=mk_2MIWxLI0 ? -- Chapters -- 0:00 Intro 1:25 Major Updates 4:49 New Features 6:23 Removed Features 6:42 Resolved Issues 8:08 Other Changes 12:47 Outro -- Links -- JDK24 ➱ https://jdk.java.net/24/ JDK 24 Release Notes ➱ https://jdk.java.net/24/release-notes JEPs home page ➱ https://openjdk.org/jeps/0 JDK Bugs System ➱ https://b ..read more
Java
6d ago
Cracking the #Java #Coding #Interview - Question 241: What is pattern matching? Watch all the questions here: https://youtube.com/playlist?list=PLzzeuFUy_Cngn3JZEXtu6G923y5v8y-8h ..read more
Java
1w ago
Many developers are either unaware of or prefer not to use JVM flags when running their Java applications, especially those requiring complex numerical inputs, such as memory-related flags. Despite the abundance of these flags, tuning even just one or two can significantly enhance application performance, which is critical in performance-sensitive scenarios. In this talk, I am going to explain an approach for auto tuning JVM flags that I studied in my master’s thesis which was in collaboration with Oracle. In my master's thesis, I explored five different machine learning models trained on data ..read more
Java
1w ago
Cracking the #Java #Coding #Interview - Question 240: How expensive is a Thread? Watch all the questions here: https://youtube.com/playlist?list=PLzzeuFUy_Cngn3JZEXtu6G923y5v8y-8h ..read more
Java
1w ago
Cracking the #Java #Coding #Interview - Question 239: What is this? Watch all the questions here: https://youtube.com/playlist?list=PLzzeuFUy_Cngn3JZEXtu6G923y5v8y-8h ..read more
Java
2w ago
Java 21 was an explosive release, but 22 to 24 are no slouches either: from unnamed patterns to module imports, from the foreign-function and memory API to stream gatherers and the class-file API, from a simpler main to launching multi-source-file programs, from Markdown in JavaDoc to improved garbage collection. There are plenty of features in the language, API, and runtime to discuss - whether new, improved, or finalized. So let's go over them! Recorded at Jfokus 2025 ➤ https://www.jfokus.se/ JDK 24 ➤ https://jdk.java.net/24/ Slides ➤ https://slides.nipafx.dev/java-x/2025-02-05-jfokus ~~~ Ch ..read more
Java
2w ago
Cracking the #Java #Coding #Interview - Question 238: What is getOrDefault()? Watch all the questions here: https://youtube.com/playlist?list=PLzzeuFUy_Cngn3JZEXtu6G923y5v8y-8h ..read more
Java
2w ago
Scoped values enable a method to share immutable data both with its callees within a thread and with child threads in a convenient, safe, scalable way, particular in comparison to thread-local variables. They are a preview feature in Java 24. JEP 487 - Scoped Values: https://openjdk.org/jeps/487 JDK 24: https://jdk.java.net/24/ ✨ Don't miss JavaOne: https://dev.java/community/javaone-2025/ ✨ ~~~ Chapters ~~~ 0:00 Intro 0:16 Passing Data 1:27 Scoped Values 2:36 Immutability and Nesting 3:23 Threading and Inheritance 4:34 vs ThreadLocal 7:04 Finalization Tags: #Java #Java24 #OpenJDK #Performance ..read more