this post was submitted on 13 Nov 2024
811 points (96.1% liked)

Greentext

4385 readers
1293 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ilovethebomb@lemm.ee 74 points 2 days ago (60 children)

Can anyone who's actually dealt with Java tell me how much Anon is exaggerating?

[–] bluelion@sh.itjust.works 44 points 1 day ago (5 children)
  • a hello world doesn't need libraries in Java
  • installing JDK takes at most 5 steps, depending on the OS
  • a nullpointerexception is more likely the developper's fault (unassigned value, calling a function on a null object)
  • IntelliJ is easy to install and modern (granted, other IDEs are very ancient)
  • developping GUI apps is a PITA, no matter the ecosystem (generally)

The rest is more or less spot on (no idea about concurrency issues though)

[–] tyler@programming.dev 7 points 1 day ago (1 children)

The date of the post is from this week so it’s not accurate at all. Java does support main outside of a class now, and it doesn’t need to be static, or take args. You wouldn’t use JavaFX in this day and age either. Installing the jdk is absolutely nothing especially if you’re using IntelliJ as it will install it for you and manage everything. No library is even close to 3gb.

This entire post sounds like it was written by someone that last touched Java in 2010.

Source: am a Kotlin dev. Java sucks. None of these are the reasons why.

[–] Ziglin@lemmy.world 2 points 1 day ago

Depends on the version of Java you have to use and most places still say to put it in a class because they're outdated too. (Is anything about Java modern?)

load more comments (3 replies)
load more comments (57 replies)