Top Tweets for #javaevolved
โ Multi-file source launcher
Launch multi-file programs without an explicit compile step.
Compile All First โ Source Launcher (JDK 22+)
๐ https://t.co/qkCCfGaaDY
#Java #JavaEvolved
โ String.strip() vs trim()
Use Unicode-aware stripping with strip(), stripLeading(), stripTrailing().
trim() โ strip() (JDK 11+)
๐ https://t.co/9TBjiTIYqM
#Java #JavaEvolved
โ Module import declarations
Import all exported packages of a module with a single declaration.
Many Imports โ import module (JDK 25+)
๐ https://t.co/WMHkuFLsi6
#Java #JavaEvolved
โ Static methods in interfaces
Add static utility methods directly to interfaces instead of separate utility classes.
Utility classes โ Interface static methods (JDK 8+)
๐ https://t.co/zFYMnSW9ZD
#Java #JavaEvolved
โ Pattern matching for instanceof
Combine type check and cast in one step with pattern matching.
instanceof + Cast โ Pattern Variable (JDK 16+)
๐ https://t.co/0lVOGbVf8I
#Java #JavaEvolved
โ Writing files
Write a String to a file with one line.
FileWriter + BufferedWriter โ Files.writeString() (JDK 11+)
๐ https://t.co/IFRm5dEphH
#Java #JavaEvolved
โ Strong random generation
Get the platform's strongest SecureRandom implementation.
new SecureRandom() โ getInstanceStrong() (JDK 9+)
๐ https://t.co/yZeCiSUxLp
#Java #JavaEvolved
โ Unnamed variables with _
Use _ to signal intent when a variable is intentionally unused.
Unused Variable โ _ Placeholder (JDK 22+)
๐ https://t.co/EkEQrKLstk
#Java #JavaEvolved
โ String.repeat()
Repeat a string n times without a loop.
StringBuilder Loop โ repeat() (JDK 11+)
๐ https://t.co/cGCVS317P7
#Java #JavaEvolved
โ Optional.ifPresentOrElse()
Handle both present and empty cases of Optional in one call.
if/else on Optional โ ifPresentOrElse() (JDK 9+)
๐ https://t.co/Xg6M4ppHxo
#Java #JavaEvolved
โ Math.clamp()
Clamp a value between bounds with a single clear call.
Nested min/max โ Math.clamp() (JDK 21+)
๐ https://t.co/LjLrZKb3e4
#Java #JavaEvolved
โ Announcing @javaevolved.
Every week, one modern Java pattern... old vs. modern code, side by side.
113 patterns. ~2 years of content. Fully automated with GitHub Actions + JBang.
Follow @javaevolved for weekly evolution!
#Java #JavaEvolved
โ Guarded patterns with when
Add conditions to pattern cases using when guards.
Nested if โ when Clause (JDK 21+)
๐ https://t.co/Km3M4tpLi4
#Java #JavaEvolved
โ Guarded patterns with when
Add conditions to pattern cases using when guards.
Nested if โ when Clause (JDK 21+)
๐ https://t.co/Km3M4tpLi4
#Java #JavaEvolved
Hey #JavaOne, some of you said great things about #JavaEvolved, so here it goes again!
https://t.co/VNdFO1NHZf
Want to see how Java evolved, feature by feature? โ๏ธ
@brunoborges built an amazing site that shows Java language changes side by sideโperfect for students and devs modernizing legacy apps.
Check it out:
๐ https://t.co/Pd1cOvYUwZ
#Java #SoftwareEngineering #JavaEvolved

#JavaEvolved now in Polish ๐ต๐ฑ and Italian ๐ฎ๐น!
https://t.co/uAk7G1oHVC

It has never been this easy adding internationalization to a project on #GitHub.
--> /delegate Translate content to Arabic
Where? For the #JavaEvolved website!
Spanish and Portuguese already available!
Visit https://t.co/VNdFO1Na9H
#GitHubCopilot #Java #CopilotCLI #Copilot

Hashtag Jakarta EE number 321 is out!
Conference updates, Jakarta EE 12, #JavaEvolved by @brunoborges , and a tiny (un)warranted AI rant
https://t.co/w7oLB939OU
#JakartaEE #EclipseFoundation #Community
Hey @ivar_grimstad @AdamBien @otaviojava
I added a bunch of Enterprise coding patterns to #JavaEvolved! Check it out and let me know what you think!
https://t.co/VlueCQJ98d
#JakartaEE #JavaEE
Last Seen Hashtags on Sotwe
doggiekruger furry
Seen from France
teenagegirls nolimit
Seen from Australia
์ฌ์๋ฐ
Seen from Korea
jonaxxnjsdkab40
Seen from Venezuela
gazianteptravestileri
Seen from Germany
เธเธฑเธเธจเธถเธเธฉเธฒเธเนเธฒเนเธขเนเธ
Seen from Puerto Rico
sleeping #gay
เธซเธตเธชเธงเธขเธกเธฒเธ
Seen from Thailand
nsfwtwt
Seen from United Kingdom
incest mom son
Seen from Germany
Most Popular Users

Elon Musk 
@elonmusk
240.1M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.8M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.2M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.5M followers

KATY PERRY 
@katyperry
86.8M followers

Taylor Swift 
@taylorswift13
80.6M followers

Lady Gaga 
@ladygaga
72.1M followers

Kim Kardashian 
@kimkardashian
69.4M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.5M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61M followers

X 
@x
60.9M followers

CNN Breaking News 
@cnnbrk
59.9M followers




