Tips on Learning to Code Java

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Nosmakos

Premium
Feedback score
1
Posts
0
Reactions
6
Resources
0
I would suggest to learn the basics first, how to use Constructors, Getters and Setters, Fields, Classes, Packages, Modifiers, Variables, Enums, Arrays, HashMaps, Keywords, Brackets and many more.

https://www.tutorialspoint.com/java/java_quick_guide.htm

I know this is a lot and you worry about how can I remember all that but do not worry, everything takes time and you'll be able to understand and remember everything soon or later.

The most important is to use logic and brain, some things might seem a bit confusing but everything makes sense to the end.

In your case, I would make a Java Project for testing and trying to understand each thing at a time.

Do not make the same mistakes as everyone else such as:
  • Abusing Static. Do not do that, if you don't know what I mean, you can search it up.
  • Do not use Try-Catch to avoid errors. You should better understand how to read stack traces(errors) and solve your issues as it should.
There are many mistakes that beginners do but not only them, most of the Java developers.

https://www.toptal.com/java/top-10-most-common-java-development-mistakes

Last thing, many people will reduce you, make you wanna quit, stop coding and feel useless and bad for yourself. Do not let them make you feel that way, of course they will but with this way you can be improved and prove yourself(not them) that you are able and can accomplish everything.
 
Last edited:

Astero

Developer
Premium
Feedback score
7
Posts
74
Reactions
106
Resources
0

StefTheDev

Developer
Premium
Feedback score
0
Posts
8
Reactions
31
Resources
0
Status
This thread has been locked.
Top