#java21 search results

Using #Java21 language constructs to package gifts as JSONs. social.ora.cl/6017rxk4J

java's tweet image. Using #Java21 language constructs to package gifts as JSONs. social.ora.cl/6017rxk4J

ICYMI: Learn how the new enhancements in #Java21 will help developers increase productivity: social.ora.cl/6010u5gKa

Oracle's tweet image. ICYMI: Learn how the new enhancements in #Java21 will help developers increase productivity: social.ora.cl/6010u5gKa

🚀 Attending the talk "Efficient Containers with Spring Boot 3, Java 21 and CDS" by @sdeleuze from Broadcom at SpringOne. Great comparisons and strategies for optimizing containers! 💡 #SpringOne #SpringBoot #Java21 #Containers

geovannycode's tweet image. 🚀 Attending the talk "Efficient Containers with Spring Boot 3, Java 21 and CDS" by @sdeleuze from Broadcom at SpringOne. Great comparisons and strategies for optimizing containers! 💡

#SpringOne #SpringBoot #Java21 #Containers

At #JForum Stockholm I showed a String template processor with some if/else branches. I got feedback they do not look elegant so...I refactored those to a nice exhaustive switch. Can you spot another preview feature of #Java21 in the switch expression?

ammbra1508's tweet image. At #JForum Stockholm I showed a String template processor with some if/else branches. I got feedback they do not look elegant so...I refactored those to a nice exhaustive switch. 

Can you spot another preview feature of #Java21 in the switch expression?
ammbra1508's tweet image. At #JForum Stockholm I showed a String template processor with some if/else branches. I got feedback they do not look elegant so...I refactored those to a nice exhaustive switch. 

Can you spot another preview feature of #Java21 in the switch expression?

In #Java21 (Preview) you can declare a template processor that returns itself. After that, you can do funny things! I believe @lukaseder will figure out how to use this in production code.

tagir_valeev's tweet image. In #Java21 (Preview) you can declare a template processor that returns itself. After that, you can do funny things! I believe @lukaseder will figure out how to use this in production code.

14 years ago, I wrote basic code to produce balanced soccer teams based on players' ratings. Today, in less than 6 hours, I now have upgraded to #Java21, and added comprehensive CLI with @GraalVM native, and a #JavaFX desktop app. github.com/brunoborges/te…

brunoborges's tweet image. 14 years ago, I wrote basic code to produce balanced soccer teams based on players' ratings.

Today, in less than 6 hours, I now have upgraded to #Java21, and added comprehensive CLI with @GraalVM native, and a #JavaFX desktop app.

github.com/brunoborges/te…
brunoborges's tweet image. 14 years ago, I wrote basic code to produce balanced soccer teams based on players' ratings.

Today, in less than 6 hours, I now have upgraded to #Java21, and added comprehensive CLI with @GraalVM native, and a #JavaFX desktop app.

github.com/brunoborges/te…
brunoborges's tweet image. 14 years ago, I wrote basic code to produce balanced soccer teams based on players' ratings.

Today, in less than 6 hours, I now have upgraded to #Java21, and added comprehensive CLI with @GraalVM native, and a #JavaFX desktop app.

github.com/brunoborges/te…
brunoborges's tweet image. 14 years ago, I wrote basic code to produce balanced soccer teams based on players' ratings.

Today, in less than 6 hours, I now have upgraded to #Java21, and added comprehensive CLI with @GraalVM native, and a #JavaFX desktop app.

github.com/brunoborges/te…

“Upgrading your #Java version is important and has never been easier to prepare for” - @nipafx (@Jfokus 2024) #Java21 #jfokus #jfokus24 #jfokus2024

Sharat_Chander's tweet image. “Upgrading your #Java version is important and has never been easier to prepare for”
- @nipafx (@Jfokus 2024)

#Java21 #jfokus #jfokus24 #jfokus2024
Sharat_Chander's tweet image. “Upgrading your #Java version is important and has never been easier to prepare for”
- @nipafx (@Jfokus 2024)

#Java21 #jfokus #jfokus24 #jfokus2024

Java records in Jakarta EE 11? Yes please! 🙌 ✔️ Works with Bean Validation ✔️ Works in Persistence (embeddables, IDs) Enterprise Java just got simpler. 👉 jakarta.ee/release/11/ #JakartaEE #Java21 @JakartaEE #Java


Got an excellent advice from @JosePaumard: use a stream and treat exceptions without interrupting the process. Thank you 🙏! #Java21 #fridayfun

ammbra1508's tweet image. Got an excellent advice from @JosePaumard: use a stream and treat exceptions without interrupting the process. Thank you 🙏! #Java21 #fridayfun

At #JForum Stockholm I showed a String template processor with some if/else branches. I got feedback they do not look elegant so...I refactored those to a nice exhaustive switch. Can you spot another preview feature of #Java21 in the switch expression?

ammbra1508's tweet image. At #JForum Stockholm I showed a String template processor with some if/else branches. I got feedback they do not look elegant so...I refactored those to a nice exhaustive switch. 

Can you spot another preview feature of #Java21 in the switch expression?
ammbra1508's tweet image. At #JForum Stockholm I showed a String template processor with some if/else branches. I got feedback they do not look elegant so...I refactored those to a nice exhaustive switch. 

Can you spot another preview feature of #Java21 in the switch expression?


Have a Sip of Java with @BillyKorando as he explains how #Java21 allows you to check if a String contains an emoji. social.ora.cl/6016RHJPM

java's tweet image. Have a Sip of Java with @BillyKorando as he explains how #Java21 allows you to check if a String contains an emoji. social.ora.cl/6016RHJPM

La 1ere conférence #MeetUpDevToulon avec @jmdoudoux , la salle est pleine ! #Java21

SciamVox's tweet image. La 1ere conférence #MeetUpDevToulon avec @jmdoudoux , la salle est pleine ! #Java21

Watch @gsaab on #OracleTV at #CloudWorld discuss the feature-and-function improvements in #Java21, the Java Playground, updates to community contributions, and what's next for Java. social.ora.cl/6012uN9OY

java's tweet image. Watch @gsaab on #OracleTV at #CloudWorld discuss the feature-and-function improvements in #Java21, the Java Playground, updates to community contributions, and what's next for Java. social.ora.cl/6012uN9OY

Jakarta EE 12 is bringing: ✅ Jakarta NoSQL to Web Profile ✅ Jakarta Query for SQL+NoSQL ✅ True polyglot persistence Enterprise Java just got future-proof. 🔗 jakarta.ee/ja/specificati… #JakartaEE #Java21 @JakartaEE


Java 21 Feature: String Templates In this article, we will explore String Templates and in built Template Processors. #java #java21 blackslate.io/articles/java-…


DropWhile skips elements until the predicate fails, then includes the rest. Read more 👉 lttr.ai/AlkG9 #java #JavaCertification #java21


In this article, we’ll focus on switch expressions, utilizing pattern matching for switches and enums. Read more 👉 lttr.ai/Aji9R #Java21 #Java #certification

ThiagoBfim's tweet image. In this article, we’ll focus on switch expressions, utilizing pattern matching for switches and enums.

Read more 👉 lttr.ai/Aji9R

#Java21 #Java #certification

@claudeai Hey Claude what is going on? #Java #Java21

JavIut's tweet image. @claudeai Hey Claude what is going on? #Java #Java21

Java 21 Feature: String Templates In this article, we will explore String Templates and in built Template Processors. #java #java21 blackslate.io/articles/java-…


#StructuredConcurrency aims to make concurrent code readable and safe. But how does it compare to CompletableFuture? @MBoegie dives into #Java21’s latest preview features. Deep insights + code → javapro.io/2025/07/22/mor… #VirtualThreads #Concurrency #JVM @OpenJDK

JAVAPROmagazin's tweet image. #StructuredConcurrency aims to make concurrent code readable and safe. But how does it compare to CompletableFuture? @MBoegie dives into #Java21’s latest preview features.

Deep insights + code → javapro.io/2025/07/22/mor…

#VirtualThreads #Concurrency #JVM @OpenJDK

Java 21 Feature: String Templates In this article, we will explore String Templates and in built Template Processors. #java #java21 blackslate.io/articles/java-…


Welcome to the third article in my series on preparing for the Java 21 certification. Read more 👉 lttr.ai/AkxQo #java #JavaCertification #java21

ThiagoBfim's tweet image. Welcome to the third article in my series on preparing for the Java 21 certification.

Read more 👉 lttr.ai/AkxQo

#java #JavaCertification #java21

Java 21 Feature: String Templates In this article, we will explore String Templates and in built Template Processors. #java #java21 blackslate.io/articles/java-…


Java 21 Certification Guide - Part 2 ▸ lttr.ai/Aji9F #Java21 #Java #certification

ThiagoBfim's tweet image. Java 21 Certification Guide - Part 2
▸ lttr.ai/Aji9F

#Java21 #Java #certification

To make things practical, we’ll analyze a question in the style of the certification exam. Read the full article: Java 21 Certification Guide - Part 3 ▸ lttr.ai/AkbKF #java #JavaCertification #java21

ThiagoBfim's tweet image. To make things practical, we’ll analyze a question in the style of the certification exam.

Read the full article: Java 21 Certification Guide - Part 3
▸ lttr.ai/AkbKF

#java #JavaCertification #java21

Welcome to the second article in my series on preparing for the Java 21 certification Read more 👉 lttr.ai/Aji9C #Java21 #Java #certification

ThiagoBfim's tweet image. Welcome to the second article in my series on preparing for the Java 21 certification

Read more 👉 lttr.ai/Aji9C

#Java21 #Java #certification

Nebenläufigkeit in #Java war oft mit Komplexität und Overhead verbunden. #Java21 bricht mit alten Konzepten und bringt Werkzeuge wie #StructuredConcurrency. Lese im Artikel von Merlin Bögershausen, wie Sie damit Ihre Projekte modernisieren: javapro.io/de/mehr-action… @OpenJDK

JAVAPROmagazin's tweet image. Nebenläufigkeit in #Java war oft mit Komplexität und Overhead verbunden. #Java21 bricht mit alten Konzepten und bringt Werkzeuge wie #StructuredConcurrency. 

Lese im Artikel von Merlin Bögershausen, wie Sie damit Ihre Projekte modernisieren: javapro.io/de/mehr-action…

@OpenJDK

Java 21 Feature: String Templates In this article, we will explore String Templates and in built Template Processors. #java #java21 blackslate.io/articles/java-…


🚀 Just published: 5 Essential Java 21 LTS Features That Will Transform Your Enterprise Applications in 2025 🌟 👉 javasimplifiedindia.blogspot.com/2025/10/5-esse… #Java21 #EnterpriseJava #JavaDeveloper #Tech #Programming


Java 21 Feature: String Templates In this article, we will explore String Templates and in built Template Processors. #java #java21 blackslate.io/articles/java-…


@claudeai Hey Claude what is going on? #Java #Java21

JavIut's tweet image. @claudeai Hey Claude what is going on? #Java #Java21

In this article, we’ll focus on switch expressions, utilizing pattern matching for switches and enums. Read more 👉 lttr.ai/Aji9R #Java21 #Java #certification

ThiagoBfim's tweet image. In this article, we’ll focus on switch expressions, utilizing pattern matching for switches and enums.

Read more 👉 lttr.ai/Aji9R

#Java21 #Java #certification

Loading...

Something went wrong.


Something went wrong.


United States Trends