+ 2
What should I do next after Java course?
I completed Java course provided by Sololearn but I don't think I completely get it. class and object part especially... I'm confused with variables, making a new variable and using it accross different classes. I often encounter 'can't find symbols' error... Anyway, can you recommend what should I do next in Sololearn app? I want to focus on Java, and advance one step further.
3 Respuestas
+ 6
The code challenges under the community tab are pretty good for practising what you have learnt. They won't help with sending variables from one class/method to another.
To practise that it's better to come up with some projects and solve them that way.
There are lots of websites to read about Java.
Otherwise, what I found that has helped me is doing other languages. C# is fairly similar or Kotlin is the "cooler" version of Java.
+ 3
thank you for your advice!! I'll try code coach first and then move on to starting projects of my own. Also I will keep learning C#, too!! :D
+ 3
My pleasure and happy coding!