Filter
Exclude
Time range
-
Near
☕ Java keeps getting cleaner. From: `public static void main(String[] args)` To: `void main() { IO.println("Hello"); }` ✅ No public ✅ No static ✅ No String[] args ✅ No class wrapper Less boilerplate. Same power. 🚀 #Java #Java25 #Programming #Coding
7
6億年ぶりくらいにJava書いてる Java25…だと…?
1
49
動作を確認 Eclipse 2026-06 Gradle 9.5.1 Java25 Spring Boot 4.1.0 Vaadin 25.1.7 LangChain4J 1.16.1
21
Replying to @SakshiSugandhi
Kotlin Java 25 FFM Rust. No more JNI. No more JNA. Just fast, clean native code. #Kotlin #Java25 #FFM #RustLang #JVM #Programming #Performance
1
553
我用java25玩284在windows和Linux(wayland)上都没有遇到过输入法问题
1
17
Our next #JCON2026 session is live: 'Guess the #Java Version' with @parttimen3rd In this #interactive quiz, we'll look through Java snippets from Java 1.0 to #Java25 and try to guess the version. It's harder than you might think. Grab your #coffee and hit play: youtu.be/6_T-Gs-XJI0
1
114
¿Laboratorio o estabilidad? 🔬 #Java24 es para probar, #Java25 es para producir. Descubre por qué esta versión LTS es crítica para tu estrategia de modernización.
88
java25のインストール apache(httpd), tomcat10のインストールと自動起動設定
1
28
Want faster warm-up without rewriting your app? #Java25 embeds profiles into AOT caches and upgrades Shenandoah GC. @__amahdy explains what this means for real workloads — not just release notes. See what you gain before upgrading: javapro.io/2026/02/26/java-2… @Oracle #OpenJDK #Java
1
5
67
Still wasting time on constructor workarounds just because super() must come first? #Java25 finally removes that 30-year limitation. @bazlur_rahman shows what it means for cleaner initialization. Worth the upgrade? Dive in: javapro.io/2026/02/24/javas-… #Java #PatternMatching
5
62
dynamic workflowsにはかなり期待。 社内のとあるアプリをJava25, Spring Boot4にアップデートしたかったんだけど、お願いしたら1プロンプト、53分間でほぼ完璧に作ってテストも終えてくれたよ。
2
333
Ever upgrade #Java & realize most features barely affect daily coding? #Java25 quietly removes friction developers hit every day. M. Gheorghe-Roman explains which features matter in real projects — from pattern matching to switch logic: javapro.io/2026/05/28/unlock… #OpenJDK @OpenJDK
7
165
¿Sigues peleándote con la verbosidad de #Java? ☕️ #Java25 llega para limpiar tu código y optimizar el rendimiento en cloud. Te contamos las claves de la nueva versión LTS en menos de 1 minuto.
2
163
#Java releases often promise productivity gains. Most developers still end up writing the same boilerplate. Java 25 finally removes friction in places you hit every day. Mihaela Gheorghe-Roman breaks down the #Java25 features actually worth using: javapro.io/2026/05/28/unlock… #OpenJDK
2
2
81
Why does handling keys in #Java still feel harder than it should? JEP 470 brings first-class #PEM encoding & decoding to the #JDK. Sebastian Hempel walks through the new #APIs and real-world trade-offs. Upgrade your security toolkit in #Java25: javapro.io/2026/02/17/pem-fi… @OpenJDK
3
5
108
Still treating immutability as a startup-time penalty? #Java25’s Stable Values change that contract. @hannotify dives into the feature that every backend dev should understand early. Learn it before it’s default: javapro.io/2026/02/12/heres-… #Java #JVM #JFR @OpenJDK @Oracle
4
79
⚡️Java 25 is the fastest OpenJDK yet. But Azul Prime is 21.8% faster than OpenJDK 25—and keeps getting faster over time. See how Java 21 and 25 stack up in our High-Performance Java Platform Benchmark Report: bit.ly/4wsaKdX #Java25 #OpenJDK
2
6
335
Scoped values were finalized in #Java25. A cleaner alternative to thread-local variables, with bounded lifetime and a strong fit for virtual threads 👇
3
18
671
Minecraft26.1からjava25をダウンロードしなくちゃいけなくて一手間
1
160
Long if/else chains, repeated checks, unnecessary casts—classic #Java overhead. #Java25 adds #PatternMatching in switch, #RecordPatterns & guards, reducing boilerplate & improving type safety. Mihaela Gheorghe-Roman explains: javapro.io/2026/04/28/patter… #CleanCode #JDK25 @OpenJDK
1
4
88