Java

1964 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 2 years ago
MODERATORS
1
2
3
 
 
4
5
6
 
 

cross-posted from: https://programming.dev/post/45549497

This Week in Spring - February 10th, 2026

7
1
submitted 2 months ago* (last edited 2 months ago) by costalfy@programming.dev to c/java@programming.dev
8
 
 
9
1
A Java Geek weekly 122 (blog.frankel.ch)
submitted 2 months ago* (last edited 2 months ago) by costalfy@programming.dev to c/java@programming.dev
10
11
12
13
14
15
16
 
 

The TornadoVM project recently reached version 2.0, a major milestone for the open-source project

17
18
 
 

Not sure whether this is a good or bad thing, I am just reporting this as is.

19
20
21
22
23
 
 

cross-posted from: https://programming.dev/post/40590500

I have been laid off from my job for a couple of months now. (CS degree/ 4 years experience)

Please don’t just tell me to stick with iOS dev because I just cannot see myself doing it anymore. I literally only sticked with iOS dev because I thought that apps were going to be the future and that all companies needed apps, but it was the other way around, all companies need backend. Looking back a lot of my career decisions were driven by ignorance and Fomo

24
 
 

Null-pointer exceptions are a common error in Java, causing inconvenience for many developers. Preventing null pointer exceptions in advance is important, but for developers who want to focus solely on logic, handling them can be tedious. Moreover, it’s not always easy to account for every scenario. Typically, static analysis tools are used to detect potential null pointer issues, but developers still have to find and fix the code themselves. JPlus reduces that burden. Let’s write null-safe Java code with JPlus.

25
 
 

JPlus is a modern programming language and compiler that acts as a superset of Java — bringing the benefits of null safety and powerful boilderplate code generation declarative features while remaining fully interoperable with existing Java code and libraries.

view more: next ›