+ 1
Damn never knew java was thus easy. So asking what programming language should i learn after i'm finished with java?
I was thinking maybe HTML, CSS, or JavaScript
4 Antworten
+ 8
you should stick with java and make some apps on your pc with it.
Just a note, if you do learn those other languages, you have to learn all you listed, because all websites generally use HTML+CSS+JS
+ 3
Java is more than just the stuff sololearn teaches you. Think about bigger projects for you, create GUIs and so on.
+ 2
you shouldn't just jump from language to language, but I recommend kotlin or C#
+ 1
There are external libraries for Java too, which a Java developer would need to know. Also it's very different to know what an abstract method is, and how to implement it effectively in an application. Definitely try expanding on what you've learned with some small projects and programming challenges!