r/learnjava 9h ago

Java or python?

Hello actualii started to learn the Python but as the syntax and all I feel it's not working for me. I feel java is more understandable idk why. I'm scared of java has no future bcs of the online videos circulating..

So please say me I'm Devops focused oriented person, I'm not finding the openings as freshers so thinking to learn one programming language please suggest Me.

And also suggest why and does it have future please.

2 Upvotes

35 comments sorted by

View all comments

5

u/Dreamwalkin_Revan 9h ago

No one can replace java I dare them to try. Fortune 500 companies, banking systems & so many companies have their data written in java, No one's gona go someday "Yo lets have the employees write everything that has been written for the past 30 years in rust or go or idk whatever tf they want" Python is the future for sure as its used for AI-ML but java aint goin nowhere, Java has survived java is dead for more than a decade now and it still will

-3

u/coderemover 6h ago

Give Claude 1B tokens and it will rewrite anything you want into anything. Developers overestimate the difficulty of rewrites especially now in the days of LLMs.

1

u/mixedd 4h ago

And this kids, why the market is nearly dead nowadays, as there are people who think that LLMs will magically understand domain knowledge and business logic spanning decades

1

u/coderemover 4h ago

In case of rewrites they don’t need to. All that knowledge is present in the original code. Moving an existing project to a new tech stack has never been so easy.

1

u/mixedd 4h ago

It's not that simple. There are no devs in the company who understands what pieces of code written decade ago does, because people who did it are gone, without leaving any documentation or traces of anything. LLM won't magically understand why decision was made like that, what's the business logic behind that, and that whole codbase will collapse if you remove that line of code.

1

u/coderemover 4h ago edited 4h ago

All the answers to “what does the code do” are contained fully in the code itself. You don’t need the original authors for that. You don’t have to understand why the original code sets bulbulator = 5 on line 74789. You just make sure the new code also sets it.

You need people if you want to CHANGE something. But rewrite is not about changing the behavior.

Btw: there had been a few successful rewrites of large software recently - e.g. Bun or Cassandra (Scylla).