this post was submitted on 07 Sep 2024
225 points (97.1% liked)

Programmer Humor

19176 readers
928 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
225
Java Was The Future (files.catbox.moe)
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 1 week ago (5 children)

Honestly modern Java has a lot of really nice features and I think it gets a lot of unfair hate

[–] [email protected] 5 points 1 week ago* (last edited 1 week ago) (2 children)

Yeah they almost fixed the need to compile and run with the exact same jdk version.

The rest still applies

[–] [email protected] 6 points 1 week ago (1 children)

You don't need to compile and run with the same jdk version. Dunno why you think this.

[–] [email protected] 4 points 1 week ago

Not now, not most of the time anyway. I did say mostly fixed

That was not the case back with Java 6 ish. Even massive breakage between minor releases was common. you had to tell everybody exactly which jre to use and possibly ship it with your software

load more comments (2 replies)