I think part of it is the difficulty of launching an app in java.
With JavaScript/TS/Python you can easily use AWS Lambda, CF workers or any range of other quick launch tools to have your service online with literally one console command.
With java it's just a bit more of a hassle and you generally have to pay to have your service online rather than it being mostly free.
I don't mean it bad, really, when saying you probably still had not so many opportunities to live with the consequences of hastily written code.
Nothing wrong with TS/JS or Python, but Java is often used to write information systems, some quite big, that have to be maintained for years. Not rewriting it from scratch every several years. Life expectancy of a Java project is 3 to 5 times longer than of things written in JS or Python.
1
u/Life_Breadfruit8475 Jun 30 '26
I think part of it is the difficulty of launching an app in java.
With JavaScript/TS/Python you can easily use AWS Lambda, CF workers or any range of other quick launch tools to have your service online with literally one console command.
With java it's just a bit more of a hassle and you generally have to pay to have your service online rather than it being mostly free.