Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Is java worth it in 2022?

+8 votes
asked Sep 11, 2022 by Eidnoxon (5,140 points)
I just started programming with java, im at the constructors. But when I continued learning, i got the question in my head, "Is java still worth it in 2022?"

1 Answer

+5 votes
answered Sep 12, 2022 by Peter Minarik (86,640 points)
edited Sep 12, 2022 by Peter Minarik
Java is widely used, if you look for Java developer roles, you can find them in many places.

Even if you'll never end up working with Java, it's still a good experience as the learned object-oriented principles are transient between object-oriented languages, so it's never a wasted time to learn these things.
commented Sep 19, 2022 by Eidnoxon (5,140 points)
Now i get it. I'm programming with python, but i was never knew'd  how to use python OOP. I looked up every youtube course, online courses, but nothing worked. But when i started java, and i was at constructors, i realised(might spelled it wrong), It's almost like python, but instead of using this. method, im using self. method. And anything else like: def __init__ (self stuff): self.name and everything.
commented Sep 19, 2022 by Peter Minarik (86,640 points)
I'm glad it's working out for you! :)

Don't stop! Keep learning!

Good luck!
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...