How do I improve my java skills? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How do I improve my java skills?

Now that I graduated from secondary school, I have this summer to do anything I want. One of those things was to improve on my java. I learnt the basics from school. Now I don't know what to do in order to become better. I still have to learn what is polymorphism, inheritance etc. But I'm a bit overwhelmed. Any tips?

24th Jun 2019, 6:10 PM
Lizzy
Lizzy - avatar
5 Answers
+ 11
Practice.
24th Jun 2019, 6:13 PM
Nerderkips
Nerderkips - avatar
+ 8
Learn sololearn And prectice Also Study on W3.school
26th Jun 2019, 12:15 AM
SurajGuptaOnline
SurajGuptaOnline - avatar
+ 6
Here is what I do: First, go through the entire course. Afterward, you'll want to practice what you can remember. Then you'll want to go through the entire course again, but this time write down notes of ANY concept that you don't fully understand. When you're done with the course, use your notes to extensively research any concept you wrote down and then practice it to solidify your learning of it. Repeat this process over and over until you no longer have to write down anything on your notes. This is an efficient method of learning the languages and ensuring that you understand each concept that you're trying to learn. Once you've done this, you'll want to seek out further resources to learn more concepts/advanced concepts for the language; repeat the same process with the other resources.
24th Jun 2019, 6:15 PM
AgentSmith
+ 6
Think of any problem you would like to solve and start coding the solution. Get help from books, web or even friends where you are stuck. If you are successful with it, think of another problem, solve it. Keep doing this over and over again. Trust me, this is how professionals are built.
25th Jun 2019, 4:28 AM
Dan Rhamba
Dan Rhamba - avatar
+ 2
Practice, build as much projects as you can.. you can post them on GitHub where other Developers can help you and advise you on how to code better and cleaner.
26th Jun 2019, 2:52 AM
Candice Dick
Candice Dick - avatar