Jump to content

Question

Posted

So as i have much free time now i would like to learn java so i will make my own codes.The problem is that i dont know from where to start ,it would be nice if you could help me and tell me what i should learn.Also if u good send me guides and whatever u can to help me i would appreciate it.

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

You can start by reading online tutorials, seeing parts of code and trying to figure out what they are doing.

 

Start from basic stuff, in the most cases google is your friend, you can always search for e-books but that's really time consuming and from my experience, reading tutorials and figuring out what a simple code does is much more efficient.

 

Learn how variables work at start, see the difference between private/public/protected and where each method (void/boolean/etc) should be used and of course what they return.

 

Just remember, learning a language, especially if it's your first won't be an easy task. Don't try to do miracles from the first day, start from the really basic things, such as "Hello World", etc. You can always see a simple function in game and then go to it's java part, see how it works, that way you WILL remember it the next time you face something similar.

 

There's a difficult road ahead, just be patient and you'll be rewarded.

Edited by Versus

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...