Anyone else learning Java?

Djigit

Newbie
Joined
Nov 12, 2019
Messages
34
Reaction score
15
Been learning Java for the last 3 months now cuz of cs studies. I must say OOP language programming really frustrated me in the beginning, but now I feel like I'm understanding it better. Anyone else who is also learning Java?
 
I've learned Java for around a year, but although it builds the foundation for cs, I personally don't like it as much. IMO, it's only useful for maybe app dev, and mainly banks and large corporations use it for its stability. I'm thinking of moving away from Java to Javascript for Web Dev, and Python for Bots, and possibly ML.
 
I've learned Java for around a year, but although it builds the foundation for cs, I personally don't like it as much. IMO, it's only useful for maybe app dev, and mainly banks and large corporations use it for its stability. I'm thinking of moving away from Java to Javascript for Web Dev, and Python for Bots, and possibly ML.
I understand.. Java is not my favorite language either. Lately, we had to create simple websites using Java as backend... When I'm done with Java I will rather follow the Web Dev route with JS or Python :)
 
I understand.. Java is not my favorite language either. Lately, we had to create simple websites using Java as backend... When I'm done with Java I will rather follow the Web Dev route with JS or Python :)
Create a backend with Java? Oh my.. Been there and I feel for you. Sorry, just sorry.

For all seriousness, java has too many rules, too much syntax bs, too big of a bottleneck. Once you get into python, you will ask yourself why did you lost so much time on Java.
 
Create a backend with Java? Oh my.. Been there and I feel for you. Sorry, just sorry.

For all seriousness, java has too many rules, too much syntax bs, too big of a bottleneck. Once you get into python, you will ask yourself why did you lost so much time on Java.
Exactly. Love python so much, but sometimes you have to many libs to choose.
 
Create a backend with Java? Oh my.. Been there and I feel for you. Sorry, just sorry.

For all seriousness, java has too many rules, too much syntax bs, too big of a bottleneck. Once you get into python, you will ask yourself why did you lost so much time on Java.
Yeah.. building websites with Java as backend is tragic hahah. Some days ago, I was checking out Python.. I have to say Python is peanuts compared to Java. It's so easy to understand and the syntax is much easier and better than Java.
 
i just started trying to learn so I create a bot for appium on Instagram. But it confuses the hell out of me. Phython syntax is way easier to understand
 
I dabbled a bit in OOP. I think it's better to learn Java before moving to Python, because some concepts like encapsulation are easier to understand with it.
 
I dabbled a bit in OOP. I think it's better to learn Java before moving to Python, because some concepts like encapsulation are easier to understand with it.
I agree, much easier to learn Python if you already can Java.
 
well as beginner its actually good to start with java, so you learn much better about all the concepts about OOP, type-generic programming, inheritance, etc. Python is ofc the easier one, but I wouldnt start with it as beginner if ur really interested to become a software developer.
 
Its the first language i learned when i made my degree. Good language but tbh sometimes java like to complicating things.

But its a kids game compared to C++.
 
Back
Top