Is Java the single worst programming language ever made? When pic related is your helloworld program, don’t you just immediately realise that what you’re working with is a bloated mess?
>>109453106far from it. also dupe, see >>109427918
>>109453106Man i remember we had to use java for our OOP course in college and as soon as i saw that hello world i thought i was done for lol, kinda funny looking back now
>>109453106You're bored, go to sleep already. Unless you have nothing else to do but make bait posts?
have you ever worked at a corporate php codebase? sure hope you dont buddy
>>109453106Nope, is not so bad for a language created for the corporate world and owned by the most parasitic software corporation: Oracle.
>>109453167We went from python to java, and my mindset at the time was>well ok. Python is a simple language that is useful for teaching the basics. So surely this is just the norm for more complex languages Then I learned C and realised that Java is simply an insult to gods grace
>>109453275WOW this is the same shit i went through lol, thank GOD for C and C++ to some extent without them i would have dropped this whole shtick long ago
>>109453106
>>109453106That's not hello world in Java anymore though lmao.void main() { IO.println("Hello, World!");}Has been valid for nearly a year now in LTS. Also if your worry is Hello world you'll never make it in a real project with real complexity lmao.
void main() { IO.println("Hello, World!");}
>>109453384It’s not about “worrying” over hello world, it’s about what it symbolises. If you have to introduce a class AND main function, and then access system just to print out text, it’s symbolic of the language as a whole being a messGood to hear they finally simplified it after decades. I’m not going back to it though
>>109453106is java the last relevant programming language standing?there have been like 4 java or Minecraft Java threads in the last couple days and barely any talk of another language.>>109453502sorry, chump. it's not a toy language. if you can't wrap your head around visibility and access modifiers, classes, methods and arrays on day one than python is probably more up your alley.