this post was submitted on 31 May 2025
357 points (96.1% liked)

Technology

71083 readers
3127 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] who@feddit.org 21 points 1 week ago* (last edited 1 week ago) (5 children)

I attribute Java's uptake to a large amount of marketing and support, which led to a massive ecosystem. Even a mediocre language like this one can find success when propped up like that.

[–] magic_lobster_party@fedia.io 19 points 1 week ago (2 children)

OOP was hype during the 90s. Schools adapted their curriculum to this trend. So they needed a programming language for this, and Java became the choice. C++ is too tricky as a first language.

The result is that a lot of people knew Java, which means it’s a good choice of language if you want to recruit programmers.

I believe most of Java’s success was luck. It released at the perfect time.

[–] Knock_Knock_Lemmy_In@lemmy.world 7 points 1 week ago (3 children)

OOP makes so much sense. What happened?

[–] anti_antidote@lemmy.zip 13 points 1 week ago (1 children)

The AbstractionBubbleFactory popped

[–] magic_lobster_party@fedia.io 9 points 1 week ago

AbstractionBubbleBuilderFactoryStrategyImplementation mind you

[–] jenesaisquoi@feddit.org 7 points 1 week ago

Many people increasingly find that using functional patterns enables them to build more reliable software.

[–] magic_lobster_party@fedia.io 2 points 1 week ago

I don’t think OOP is as bad as many people make it out to be. It’s perfectly fine in moderation.

The problem is that it can lead to over engineered applications when abused.

[–] JackbyDev@programming.dev 1 points 1 week ago (1 children)

You don't think the $500 million marketing budget Sun put towards Java has anything to do with its success? It was more than just luck.

[–] magic_lobster_party@fedia.io 2 points 1 week ago

I don’t think the $500 million marketing budget would’ve worked if Java was introduced at a time other than the 90s.

The 80s would’ve been too early. It would just turn into a parenthesis in programming language history (next to smalltalk). The 00s would’ve been too late. It would’ve missed the dotcom bubble boat. Java came in the right time to become a dominant programming language.

I’m not saying the marketing didn’t have any influence. It probably had an big influence in which OOP language was selected for computer science education.

[–] hex123456@sh.itjust.works 15 points 1 week ago (1 children)

Java was the new hotness when I was in the middle of my comp sci degree. The biggest benefit I found was javadocs. Other languages had shit documentation that usually didn’t match reality in comparison.

[–] pinball_wizard@lemmy.zip 1 points 1 week ago* (last edited 1 week ago)

Yes. JavaDoc was/is good.

There, I said something nice about Java. I'm giving myself a gold star, and going to stop typing.

[–] rottingleaf@lemmy.world 7 points 1 week ago

JVM isn't mediocre. Really-really.

I don't like something aesthetically about Java, can't quite nail what, and don't like long-long namespace strings, but these are my personal limitations.

Ah. I also don't like OOP.

[–] PushButton@lemmy.world 3 points 1 week ago

I am going to be decapitated for this, but you're totally right.

You only have to look at Rust. An horrible language with a massive hype machine and an army of zealots pushing it everywhere.

I can't understand how people are complaining about the java boiler plate and its verbosity, while promoting Rust every time they can.

[–] JackbyDev@programming.dev 2 points 1 week ago (1 children)

For me it's the tooling surrounding it that makes it nice.

[–] who@feddit.org 2 points 1 week ago

Yes, that's part of the ecosystem. :)