#java25 résultats de recherche

JEP 519: Compact Object Headers is ready for #Java25 Oh, and yeah, also Compact Source Files!

brunoborges's tweet image. JEP 519: Compact Object Headers is ready for #Java25

Oh, and yeah, also Compact Source Files!

Today is the day! #Java25 🤩☕️


We keep exploring new #Java25 features in action. This time – module import declarations. No need for a module-info .java, you can import a module right in your source file. Perfect for quick demos, scripts, or teaching.

bellsoftware's tweet image. We keep exploring new #Java25 features in action. This time – module import declarations.
No need for a module-info .java, you can import a module right in your source file.
Perfect for quick demos, scripts, or teaching.

New in #Java25: Stream Gatherers! Custom stream operations without external libs. Perfect for chunking, windowing, or filtering unique values. Here’s one that keeps only one user per country 👇

bellsoftware's tweet image. New in #Java25: Stream Gatherers! Custom stream operations without external libs. Perfect for chunking, windowing, or filtering unique values. Here’s one that keeps only one user per country 👇

🎉🎊🍾🥳Java 25 is officially available from today onwards. Here is what is getting delivered with this release. I will be covering these features this week through many posts so that you understand these new features. #Java #java25

iASHeeesh's tweet image. 🎉🎊🍾🥳Java 25 is officially available from today onwards. Here is what is getting delivered with this release. I will be covering these features this week through many posts so that you understand these new features. 
#Java #java25

Happy Java 25 release day! GlassFish 8 latest snapshot already supports the Java 25 GA release just fine :) github.com/eclipse-ee4j/g… #Java25 #JDK25 #OpenJDK

OmniFishEE's tweet image. Happy Java 25 release day!

GlassFish 8 latest snapshot already supports the Java 25 GA release just fine :)

github.com/eclipse-ee4j/g…

#Java25 #JDK25 #OpenJDK

#Java25 adds scoped values, a safer alternative to thread-local variables. Cleaner state sharing, less hidden leaks, perfect for virtual threads:

bellsoftware's tweet image. #Java25 adds scoped values, a safer alternative to thread-local variables. Cleaner state sharing, less hidden leaks, perfect for virtual threads:

El "nuevo main()" en #Java25 no es solamente eso, sino también: - Nueva clase IO para i/o básico a consola (no más "System.out") - Import implícito de todo el módulo java.base: java.util, java.io, java.time, java.nio, etc... - Sin necesidad de declarar una clase


Upgrading to #Java25? Here are 5 JEPs you don’t want to miss. Retweet now – check again when your upgrade is on the table. 🧵

bellsoftware's tweet image. Upgrading to #Java25? Here are 5 JEPs you don’t want to miss. 
Retweet now – check again when your upgrade is on the table. 🧵

Rock/Paper/Scissors implemented with #Java25 in Game.java. Run with "java " and JDK 25. void main() { IO.println("rock/paper/scissors:"); var u = IO.readln(); if (u.equals("exit")) return; var c = "rock,paper,scissors".split(",");…


#Java25 adds compact source files with instance main methods. No more complicated public static void main, just a clean entry point. Perfect for PoCs and teaching.

bellsoftware's tweet image. #Java25 adds compact source files with instance main methods. No more complicated public static void main, just a clean entry point.
Perfect for PoCs and teaching.

What’s new in #Java25? 🤔 Take in this Sip of Java as we cover the highlights. ☕ social.ora.cl/6010AkrHs

java's tweet image. What’s new in #Java25? 🤔 

Take in this Sip of Java as we cover the highlights. ☕ social.ora.cl/6010AkrHs

Me: I wanna try #Java25 EA builds and shiny new features. Also me: Ugh, downloads… configs… #IntelliJIDEA 2025.2: Hold my beer. :)


#Java25 has been released! 🎉 On this Inside Java Newscast, @BillyKorando reviews the release notes, covering all the new features, updates, deprecations, and removals you need to know about. social.ora.cl/6014AwfLA

java's tweet image. #Java25 has been released! 🎉

On this Inside Java Newscast, @BillyKorando reviews the release notes, covering all the new features, updates, deprecations, and removals you need to know about. social.ora.cl/6014AwfLA

You are waaaay more likely to land a job coding #Java then you are in that niche, micro adopted hype stack your fave tech influencer uses to build tower games. Congrats on #Java25 you immortal OG of a language!!!


#Java25 has arrived! Get all the details about the latest release. social.ora.cl/6019AbK0V


At #AIWorld, Georges Saab sat down to discuss how #Java25 accelerates AI, enterprise modernization, and cloud-native development. social.ora.cl/60157EddZ

java's tweet image. At #AIWorld, Georges Saab sat down to discuss how #Java25 accelerates AI, enterprise modernization, and cloud-native development. social.ora.cl/60157EddZ

@rhdevelopers when do we get the nov25 openjdk downloads? will those have the openjdk25 builds? #RedHat #Java25 #JDK25 #OpenJDK


Midnight DSA Session | Huffman Encoding Tonight, we are learning and exploring Huffman Encoding as part of the "The Algorithm Hour". And we are doing it live on: youtube.com/watch?v=6HwZVz… #algorithms #java25 #YouTubeLive

DeyPriyak's tweet card. The Algorithm Hour | Late night DSA session | Huffman Encoding

youtube.com

YouTube

The Algorithm Hour | Late night DSA session | Huffman Encoding


These 4 pages was turn on light 💡 in my mind #inheritance #java25 @java

Santhu_xd's tweet image. These 4 pages was turn on light 💡 in my mind   

#inheritance #java25 @java
Santhu_xd's tweet image. These 4 pages was turn on light 💡 in my mind   

#inheritance #java25 @java
Santhu_xd's tweet image. These 4 pages was turn on light 💡 in my mind   

#inheritance #java25 @java
Santhu_xd's tweet image. These 4 pages was turn on light 💡 in my mind   

#inheritance #java25 @java

Spring Boot 4 is LIVE! Java 25 + Jakarta EE 11 Pattern matching, insane modularity, zero-config OpenTelemetry & next-level security by default One-click starter: start.spring.io Who’s already migrating? Drop your SB4 wins below! #SpringBoot4 #Java25 #JakartaEE


including why these trends matter for today’s software development. Read the full blog here: itenium.be/blog/trends/de… #Devoxx2025 #Java25 #AI #SoftwareArchitecture #DeveloperTrends #Itenium


El "nuevo main()" en #Java25 no es solamente eso, sino también: - Nueva clase IO para i/o básico a consola (no más "System.out") - Import implícito de todo el módulo java.base: java.util, java.io, java.time, java.nio, etc... - Sin necesidad de declarar una clase


Java 25 is here and switch statements just got a massive glow-up. ​No more boxing primitive types just to pattern match. ​Before: switch (Integer.valueOf(x)) Now: switch (x) with case int i directly. ​Less overhead, cleaner syntax ​#Java25 #CleanCode #SoftwareEngineering #Dev


The release of Java 25 delivers smarter syntax, performance boosts and developer-friendly enhancements to keep the JVM ecosystem fresh. Ready to build the next generation of apps? Read more: bit.ly/4oFosFP #Java25 #DevTools #SoftwareEngineering #Zco


What's new in Java 25 for developers Review the stable and preview features in this new LTS release of Java developer.ibm.com/articles/java-… #Java #JDK25 #Java25 by @alexsotob


Catch the September edition of the Inside Java Newsletter to get all the latest around #Java25, lifetime achievement interviews, and conference updates. social.ora.cl/6011AqsyZ

44Tam166891's tweet image. Catch the September edition of the Inside Java Newsletter to get all the latest around #Java25, lifetime achievement interviews, and conference updates. social.ora.cl/6011AqsyZ

Catch the September edition of the Inside Java Newsletter to get all the latest around #Java25, lifetime achievement interviews, and conference updates. social.ora.cl/6015AopIH

db23ai's tweet image. Catch the September edition of the Inside Java Newsletter to get all the latest around #Java25, lifetime achievement interviews, and conference updates. social.ora.cl/6015AopIH

Did you miss the recent release of #Java25? Don't worry—InfoWorld recaps the new, exciting features. social.ora.cl/6019AWkKF


Did you miss the recent release of #Java25? Don't worry—InfoWorld recaps the new, exciting features. social.ora.cl/6014Al7Wu


Java 8 vs Java 25 Od public static void main do čistog void main() ✅ Lakše za početnike ✅ Brže prototipisanje ✅ Moderno i koncizno Koji stil biraš? #Java ili #Java25

RalePrometix's tweet image. Java 8 vs Java 25
Od public static void main do čistog void main()
✅ Lakše za početnike
✅ Brže prototipisanje
✅ Moderno i koncizno

Koji stil biraš? #Java ili #Java25

With the just-released #Java 25, we have the opportunity to test the fifth preview of structured concurrency APIs. However, creating such an API is not that easy... 🔗 Read more in the latest blogpost by @adamwarski: softwaremill.com/critique-of-je… #Java25 #StructuredConcurrency

softwaremill's tweet image. With the just-released #Java 25, we have the opportunity to test the fifth preview of structured concurrency APIs. 

However, creating such an API is not that easy...

🔗 Read more in the latest blogpost by @adamwarski: softwaremill.com/critique-of-je… 

#Java25 #StructuredConcurrency…

New in #Java25: Stream Gatherers! Custom stream operations without external libs. Perfect for chunking, windowing, or filtering unique values. Here’s one that keeps only one user per country 👇

bellsoftware's tweet image. New in #Java25: Stream Gatherers! Custom stream operations without external libs. Perfect for chunking, windowing, or filtering unique values. Here’s one that keeps only one user per country 👇

🚀 Java 25 (LTS) brings Scoped Values (JEP 506)! Unlike ThreadLocal ❌ (mutable, leaks, hard cleanup), Scoped Values ✅ are: 🔒 Immutable once bound ⏱️ Auto-cleanup when scope ends ⚡ Efficient with virtual threads The safer future of context sharing! #Java25 #JEP506 #JavaDev

devops_thiago's tweet image. 🚀 Java 25 (LTS) brings Scoped Values (JEP 506)!

Unlike ThreadLocal ❌ (mutable, leaks, hard cleanup), Scoped Values ✅ are:
🔒 Immutable once bound
⏱️ Auto-cleanup when scope ends
⚡ Efficient with virtual threads

The safer future of context sharing!

#Java25 #JEP506 #JavaDev…

#Java25 adds scoped values, a safer alternative to thread-local variables. Cleaner state sharing, less hidden leaks, perfect for virtual threads:

bellsoftware's tweet image. #Java25 adds scoped values, a safer alternative to thread-local variables. Cleaner state sharing, less hidden leaks, perfect for virtual threads:

JEP 519: Compact Object Headers is ready for #Java25 Oh, and yeah, also Compact Source Files!

brunoborges's tweet image. JEP 519: Compact Object Headers is ready for #Java25

Oh, and yeah, also Compact Source Files!

Our #Java25 Launch Livestream is just one day away! 🥳 What are you waiting for? Set a notification today so you don't miss out on our exciting event. social.ora.cl/6016AMhor

java's tweet image. Our #Java25 Launch Livestream is just one day away! 🥳 

What are you waiting for? Set a notification today so you don't miss out on our exciting event. social.ora.cl/6016AMhor

What’s new in #Java25? 🤔 Take in this Sip of Java as we cover the highlights. ☕ social.ora.cl/6010AkrHs

java's tweet image. What’s new in #Java25? 🤔 

Take in this Sip of Java as we cover the highlights. ☕ social.ora.cl/6010AkrHs

We keep exploring new #Java25 features in action. This time – module import declarations. No need for a module-info .java, you can import a module right in your source file. Perfect for quick demos, scripts, or teaching.

bellsoftware's tweet image. We keep exploring new #Java25 features in action. This time – module import declarations.
No need for a module-info .java, you can import a module right in your source file.
Perfect for quick demos, scripts, or teaching.

#Java25 has been released! 🎉 On this Inside Java Newscast, @BillyKorando reviews the release notes, covering all the new features, updates, deprecations, and removals you need to know about. social.ora.cl/6014AwfLA

java's tweet image. #Java25 has been released! 🎉

On this Inside Java Newscast, @BillyKorando reviews the release notes, covering all the new features, updates, deprecations, and removals you need to know about. social.ora.cl/6014AwfLA

New in #Java25: flexible constructor bodies (JEP 513)! You can now validate arguments or do setup work before an explicit constructor invocation – no more boilerplate helper methods.

bellsoftware's tweet image. New in #Java25: flexible constructor bodies (JEP 513)! You can now validate arguments or do setup work before an explicit constructor invocation – no more boilerplate helper methods.

GlassFish 8 latest snapshot compiles and runs on the latest Java 25 (ea 36 build) and passes all internal tests! 💪 ci.eclipse.org/glassfish/job/… #java #java25 #runsonjdk25 #jakartaEE #JakartaEE11

OmniFishEE's tweet image. GlassFish 8 latest snapshot compiles and runs on the latest Java 25 (ea 36 build) and passes all internal tests! 💪

ci.eclipse.org/glassfish/job/…

#java #java25 #runsonjdk25 #jakartaEE #JakartaEE11

#Java25 adds compact source files with instance main methods. No more complicated public static void main, just a clean entry point. Perfect for PoCs and teaching.

bellsoftware's tweet image. #Java25 adds compact source files with instance main methods. No more complicated public static void main, just a clean entry point.
Perfect for PoCs and teaching.

finally Upgraded to Java 25 and got rid of lombok #java25

rajadilipkolli's tweet image. finally Upgraded to Java 25 and got rid of lombok #java25

📢#Java 25 is now available!📢 Your: ☕️ FREE ☕️ Multi-platform ☕️ Open source ☕️ Production ready ☕️ Binary release ...made available by @Oracle. Learn more ➡️ blogs.oracle.com/java/post/the-… #Java25 #JDK25 #OpenJDK

Sharat_Chander's tweet image. 📢#Java 25 is now available!📢

Your:
☕️ FREE
☕️ Multi-platform
☕️ Open source
☕️ Production ready
☕️ Binary release

...made available by @Oracle. Learn more ➡️ 
blogs.oracle.com/java/post/the-…

#Java25  #JDK25 #OpenJDK

Leetcode Daily Challenge Day15. #leetcodejourney #Java25 #DSA #coding .

manish_kumar28's tweet image. Leetcode Daily Challenge  Day15. #leetcodejourney #Java25 #DSA #coding .

The latest Inside Java Newsletter is here! 🗞️ Get all the details about what's coming up from the Java team, including the release of #Java25 and Oracle #AIWorld. social.ora.cl/6016A6ZJ6

java's tweet image. The latest Inside Java Newsletter is here! 🗞️ 

Get all the details about what's coming up from the Java team, including the release of #Java25 and Oracle #AIWorld. social.ora.cl/6016A6ZJ6

Do you want to know how much faster GPU is than CPU for AI? Join the session and see for yourself. #Devoxx Exclusive: Java Meets AI Acceleration Live demo: Deep Netts + Project Panama — AI on GPU vs CPU 📍 Devoxx Belgium 🗓 Oct 9, 15:00–15:50 | Room 4 #ProjectPanama #Java25

DeepNetts's tweet image. Do you want to know how much faster GPU is than CPU for AI?
Join the session and see for yourself.
#Devoxx Exclusive: Java Meets AI Acceleration
Live demo: Deep Netts + Project Panama — AI on GPU vs CPU

📍 Devoxx Belgium
🗓 Oct 9, 15:00–15:50 | Room 4
#ProjectPanama #Java25

Happy Java 25 release day! GlassFish 8 latest snapshot already supports the Java 25 GA release just fine :) github.com/eclipse-ee4j/g… #Java25 #JDK25 #OpenJDK

OmniFishEE's tweet image. Happy Java 25 release day!

GlassFish 8 latest snapshot already supports the Java 25 GA release just fine :)

github.com/eclipse-ee4j/g…

#Java25 #JDK25 #OpenJDK

🚀 Java Developers, Big Update! 👉 Register Now: t.ly/FWSJAVA-23N Join our FREE Online Workshop on Java 25 Features By. Mr. Ravi Shankar 📅 Date: 23rd November 2025⏰ Time: 10:00 AM (IST) #Java25 #JavaDeveloper #JavaProgramming #JDK25 #JavaUpdates

nareshitech's tweet image. 🚀 Java Developers, Big Update!

👉 Register Now: t.ly/FWSJAVA-23N

Join our FREE Online Workshop on Java 25 Features By. Mr. Ravi Shankar
📅 Date: 23rd November 2025⏰ Time: 10:00 AM (IST)

#Java25 #JavaDeveloper #JavaProgramming #JDK25 #JavaUpdates

Loading...

Something went wrong.


Something went wrong.


United States Trends