#java25 resultados de búsqueda

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!

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

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

#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

#Java25 is now available on App Service. One of the simplest ways to deploy Java applications on #Azure.

brunoborges's tweet image. #Java25 is now available on App Service. One of the simplest ways to deploy Java applications on #Azure.

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 arrived! Get all the details about the latest release. social.ora.cl/6019AbK0V


🎉🎊🍾🥳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

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

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

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


#Java25 blends simplicity with enterprise power, boosting AI readiness and security—marking 30 years of Java’s evolution. Our team spoke with Dataquest to share the details. social.ora.cl/6013AQH7L


95% of enterprise AI projects fail, but #Java25 is here to help address the fundamental disconnect between AI experimentation and production deployment. Learn more 👇 social.ora.cl/601871QdM


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. 🧵

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/…


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 👇

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.

#Java25 is also available on Azure Functions!

brunoborges's tweet image. #Java25 is also available on Azure Functions!

#Java25 is now available on App Service. One of the simplest ways to deploy Java applications on #Azure.

brunoborges's tweet image. #Java25 is now available on App Service. One of the simplest ways to deploy Java applications on #Azure.

@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


No hay resultados para "#java25"
No hay resultados para "#java25"
Loading...

Something went wrong.


Something went wrong.


United States Trends