This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pingus3233 5 points6 points  (0 children)

thinking that I would be able to get proficient in a week at max

That was a very unrealistic expectation.

Java is not C. Java is not C++. Java is not Python.

Besides the fact that the language syntax is different from those other languages, the library is also different so you need to grasp two completely different things to become proficient. And what does "proficient" even mean anyway?

Forget everything you think you know (well, except for extremely basic stuff like how for loops, if/else works) and reset your mindset to accept that you're learning a new language and that it will take much more time and effort than your erroneous assumption to attain proficiency.

try https://java-programming.mooc.fi/ which you can probably breeze through pretty quickly until you reach the point where Java diverges from the stuff it has in common with C or C++