softwareenjoyer
Registered Member
- Nov 13, 2022
- 53
- 30
Java is definitely great for a first language. It abstracts out enough so you don't get distracted by memory management. But anything higher level is not optimal at first.If I were you I would start with Java, it's easier than C++, has a lot of predefined methods and the demand for java developers is greater than that for c++.
As you soon as you finish the learning programming fundamentals with Java, I would immediately learn C as fast possible to understand what you get for free in Java.