0
Learning Java
Hi, i am currently learning java by myself.but i am quite lost, whats the flow for learning java (step by step)?
5 Answers
+ 6
As you do the lessons of the tutorial, take the time to practice & play with the concepts being presented.
Don't move forward until you feel comfortable with the previous lesson
Write lots of code so you can start to develop the syntax of the language
Review often the lessons already completed
+ 5
There's no checklist. The sololearn course explains the topics in a mostly reasonable order.
(Rik Wittkopp I think you would need to write that in Java)
+ 4
CYH4
Life doesn't have a checklist that works for everybody.
Sololearning is the same.
The Java tutorial will teach you the basics of syntax, inputs, outputs, operators, conditionals, loops, etc..... but this will be done in a manner designed to develop your knowledge.
I personally have repeated a number of courses, and learnt more the second time than I did the first time.
My suggestiin to you
Learn
Practice
Learn
Practice
Review
Repeat sequence
+ 2
However it is not necessary to know the whole api right away, about 7-10 important packages can be a good starting point
0
May i know what is the checklist (syntax , oop, loop the sequence)