To start learning Java, I recommend using your college textbook. Any book will do, as long as it covers the below key concepts in detail, in the right sequence. Once you've mastered below, you can dive into my Java Advanced playlist, where you'll find the latest videos and hands-on demos — all for FREE.
if
, else
& switch
)for
, while
& do-while
)break
& continue
Keywordsthis
Keywordinstanceof
Operatorpublic
, private
, protected
&
default)super
Keywordfinal
Keyword (Variables, Methods & Classes)static
Modifier (Variables, Methods & Blocks)default
, static
& private
methods)toString()
, equals()
, hashCode()
,
etc.)
Once you’ve completed this, check out the following playlists to continue advancing your skills and knowledge.