Posted by: paani_ma_paade_jasto August 17, 2016
JAVA Experts
Login in to Rate this Post:     2       ?         Liked by
First, learn what you just posted : loops and conditions. Once you have total understanding of loops and conditions, you are ready to code basic.
Now learn data structures in java. Basically Collection framework. This is very important and big topic, so do not attempt to understand and remember everything at once. You will need to come back and look up its hierarchies lots of time. Get basic concepts like what classes to use and when.
Now move on to object oriented concept. This is very big topic so don't worry if you have hard time understanding it at first. Keep reading and practicing. Come back and read again, you will understand more.

After you have strong understanding of above concepts, now find ebook of java certification. This is what you need to read . If you have detail understanding of the concepts provided in this book, you are ready to learn any frameworks developed in java.
After you are done with this book, you are ready to work and survive on a project ( as an entry level).
Now you can learn framework of you interest . Side by side , keep learning design patterns. If you have not understood OOPs concept, it will be hard for you to grasp most of the patterns. So , if you cheated on top, you will regret now.
Open account in stackoverflow.com and try to participate. Most of the time, you will get to see very detailed and well explained answer for your question. And you will keep seeing new topics a lot, so you will not run out of topics to learn.
Make habit of learning Java language specification, API docs and source code to understand behind-the-scene things and additional details once you have strong understanding.
Also , make sure you try everything you learn . Without actually trying, I don't think you can learn any programming languages.
Good luck.

EDIT : learn how to debug as soon as you start coding.
Last edited: 17-Aug-16 08:59 PM
Read Full Discussion Thread for this article