#java25 kết quả tìm kiếm
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.

Get ready for 100+ Java talks at Devoxx Belgium! From core engineers to rockstar Java Champions, sharing their expertise and passion with the community ❤️☕️🚀#Java25 m.devoxx.com/events/dvbe25/…
Upgrading to #Java25? Here are 5 JEPs you don’t want to miss. Retweet now – check again when your upgrade is on the table. 🧵

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

Been using Notion & Eraser for a while now — total game changers 🚀 @eraserlabs @NotionHQ ✅ To-dos & planning ✅ Habit tracking ✅ Flowcharts & notes Learning + managing my work feels way smoother now! What tools keep you productive? 👨💻 #buildinpublic #vibecoding #java25
With Java 25, there is finally a CPU-time profiler in the OpenJDK. You can read more about this new profiler and some implementation details in my blog series starting with mostlynerdless.de/blog/2025/06/1… #Java25
A production feature in #Java25, Module import declarations enables you to import an entire module using a single import statement. Check out my blog post for more details on this feature and how @IntelliJIDEA supports it: blog.jetbrains.com/idea/2025/07/m…
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 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.

Wow, just noticed that Netty 5 will have the Java 25 baseline ! github.com/netty/netty/pu… #netty #java #java25
#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

🚀 #OpenLiberty 25.0.0.10 is here — smarter, faster, more flexible! This release brings big wins for your cloud-native Java apps: ✅ Override library support ✅ #Java25 ready ✅ Plus bug fixes, stability boosts, and performance improvements Check out now: ibm.co/6012BKH8O

The future is here. #Java25 void main() { var name = IO.readln("Hi, what's your name? "); IO.println("Nice to meet you, " + name); } We can finally show Java to first-year students.
#Java25 adds scoped values, a safer alternative to thread-local variables. Cleaner state sharing, less hidden leaks, perfect for virtual threads:

☕ #Java 25 is here! The latest LTS brings smarter syntax, stronger security, and faster performance. Highlights: flexible constructors, compact source files, pattern matching, AOT profiling & safer concurrency. Upgrade with Keyhole Software 👉 keyholesoftware.com/java-25-whats-… #java25
See why ADTmag thinks #Java25 is "exactly the kind of news enterprises—and developers—want to hear." social.ora.cl/6016AA8LE
See why ADTmag thinks #Java25 is "exactly the kind of news enterprises—and developers—want to hear." social.ora.cl/6013AfrET
See why ADTmag thinks #Java25 is "exactly the kind of news enterprises—and developers—want to hear." social.ora.cl/6015AfPFt
Overall, Devoxx 2025 was a powerful reminder that evolution in software isn’t slowing down—and neither is our drive at Itenium to stay ahead. Looking forward to exploring and applying many of the ideas and connections we gathered. #DevoxxBelgium #Java25 #itenium
#Java25 coming soon to Azure App Service on Linux, and with #Ubuntu azure.github.io/AppService/202…
👩💻 Escribe menos código, ejecuta más rápido. Esa es la promesa de #Java25. Menos código repetitivo, arranques de aplicación al instante y un menor consumo de memoria. 🎬 Descubre las claves de la nueva versión LTS en menos de 1 minuto.
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
Nesta quinta estarei no Rec'nPlay 2025 - TDC Experience, no Recife. Volto ao mundo Java com a palestra "Ficou mais fácil programar no Java 25", onde falarei das últimas versões, novos recursos, e outras coisas legais para quem gosta Java. #RECnPlay2025 #TDCExperience #Java25

🚀Entdecke die coolen neuen Features von #Java25! Im Workshop mit Michael Inden auf der #jaxcon lernst Du switch-Expressions, Virtual Threads, Pattern Matching & mehr! 📅 03.11. | München | Wenige Plätze! 🔗 f.mtr.cool/eljgwxxlav #Java #JDK25 #Programming

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.

Oracle releases Java 25 with focus on Developers and AI tinyurl.com/4kfzznjm #Oracle #Java25 #AI
Did you miss the recent release of #Java25? Don't worry—InfoWorld recaps the new, exciting features. social.ora.cl/6019AItL7
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/6018AIeZp

#Java25 introduce migliorie di linguaggio, librerie AI-ready e godrà di supporto a lungo termine, per almeno 8 anni. #OCI (Oracle #Cloud Infrastructure) è il primo cloud di livello hyperscale a supportare Java 25. Tutti i dettagli su @01net: social.ora.cl/6018AIDA0"

#Java25 is here! Get all the details about the latest release from Oracle’s Java team. social.ora.cl/6011AaIQv

#Java25 introduce migliorie di linguaggio, librerie AI-ready e godrà di supporto a lungo termine, per almeno 8 anni. #OCI (Oracle #Cloud Infrastructure) è il primo cloud di livello hyperscale a supportare Java 25. Tutti i dettagli su @01net: social.ora.cl/6016AaQbu"

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

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

Waking up today and creating a hello world just to be happy again with #java25 and #CompactSourceFiles

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.


With Compact Source Files (JEP 512), Java 25 feels smoother 🎉 ✅ Write void main() without a class ✅ Use IO.println, List.of, Math.max directly Perfect for students 🧑🎓 and quick scripts ⚡ Less boilerplate, faster learning! #Java25 #JavaDev #LearnJava #JavaProgramming…

I have added "25" to the "Java Version" drop-down menu in the latest jDeploy, just to make it explicit that we support Java 25. #Java #java25 #jdeploy

#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

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

📢#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

Something went wrong.
Something went wrong.
United States Trends
- 1. Arsenal 321K posts
- 2. Russ 29.5K posts
- 3. Lakers 40.5K posts
- 4. Martinelli 35.6K posts
- 5. White House 464K posts
- 6. NASA 73.6K posts
- 7. Crosby 8,955 posts
- 8. Atlas 60.9K posts
- 9. Platner 11.4K posts
- 10. Warriors 55.8K posts
- 11. Sean Payton 2,362 posts
- 12. Atletico 121K posts
- 13. #COYG 7,033 posts
- 14. Simeone 24.5K posts
- 15. John Brennan 29.9K posts
- 16. $BYND 149K posts
- 17. Woody Johnson 2,691 posts
- 18. Gyokeres 46.5K posts
- 19. Napoli 32.6K posts
- 20. #LetsRide 2,961 posts