this post was submitted on 08 Dec 2023
622 points (96.4% liked)

Programmer Humor

32050 readers
1604 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] hstde@feddit.de 1 points 9 months ago* (last edited 9 months ago)

New versions of java have a null coalescing operator?

I didn't know that.

Edit: a short search didn't return any answers, as far as I can see java doesn't have this operator, the closest thing is the ternary if operator.