Author Topic: Java Basics - need help and recommendations  (Read 8855 times)

Offline CoolTeen123456

  • bit
  • Posts: 2
    • View Profile
Java Basics - need help and recommendations
« on: June 28, 2013, 09:34:19 PM »
Hey guys, i'm in 8th grade going to ninth grade and for a long time i was interested in learning Java, C++, lua, and many other computer programming languages. I found a book at a cousin's house about the basics of java but gave up after i got to around the 100th page or so. I gave up because it was very difficult to understand. Do any of you guys have recommendations on how to make learning java easier? Are there any online teachers or websites that can help me with coding?
Thanks in advance 
-Ct123456

Offline Evil King Stan

  • byte
  • *
  • Posts: 33
    • View Profile
Re: Java Basics - need help and recommendations
« Reply #1 on: June 28, 2013, 10:03:01 PM »
Find a "Hello World" video on Youtube. That's how I started learning. I'm like you so reading a book won't cut it, but a step-by-step visual was how I got the basics of it. Once you're more experienced, look up source code from other people's various projects and programs and play around with it. (You can find a ton of downloadable source code on the internet.) Comment out certain lines, move things around a bit, etc. Just experiment.

Other than that check to see if your high school offers a programming class. Chances are it does, and it'll be a lot easier than trying to teach yourself, at least until you have a firm handle on programming.

If you manage to find a tutorial of some kind and it gives you sample code to test, type it out, don't just copy and paste. I know it's tempting, especially when they give you really long examples, but you'll retain it and understand it a lot better. Also, if you find a tutorial that comes in sections, the best study habit I found was to do the first section and be done for the day. Then the next day, do the first section and the second section. Next day do the first three sections, etc. Then continue this pattern but start trying to do earlier sections from memory rather than looking at the instructions. It'll help a lot.

Those are basically the things I had to learn the hard way while teaching myself, so I hope it saves some time for you to know this before-hand. Sorry that I can't reference any Java tutorials. I went the C# route. (Microsoft's version of Java. I found there were many more tutorials and sample codes available. Some came free when downloading Visual C#, a free tool that can really help make coding easier.) I'm not experienced with Lua, but I wouldn't recommend making C++ your starting language, as it's fairly complex and not newcomer-friendly. Wait until you're at an intermediate level before you do that. Best of luck.

Offline CoolTeen123456

  • bit
  • Posts: 2
    • View Profile
Re: Java Basics - need help and recommendations
« Reply #2 on: June 28, 2013, 10:21:25 PM »
thanks  Stan, the problem is that i already signed up for a java class in high school but i would like to get a head start because i heard it is very difficult. Also, i have looked at many youtube videos and found it ever more difficult. But, nonetheless i will try again!

Offline xManfro

  • bit
  • Posts: 1
    • View Profile
Re: Java Basics - need help and recommendations
« Reply #3 on: September 21, 2014, 02:07:10 AM »
newbielink:https://www.youtube.com/playlist?list=PLFE2CE09D83EE3E28 [nonactive] try this out if your still in need

Offline Chinaprift

  • byte
  • *
  • Posts: 40
    • View Profile
    • https://clck.ru/33jCdb
-
« Reply #4 on: January 14, 2022, 05:20:26 AM »
Absolutely with you it agree. I like this idea, I completely with you agree.

Offline AlexaCraf

  • bit
  • Posts: 6
    • View Profile
-
« Reply #5 on: June 26, 2022, 12:41:34 AM »
Hey guys,

So I am no way near the stage of using threads but I know what they are and how they can be used. But my question is when should I use hyper threading and when should I use normal threading? Is their a big difference?

Thanks for all the help,
Dan.

Offline MariFum

  • bit
  • Posts: 9
    • View Profile
-
« Reply #6 on: June 29, 2022, 08:43:50 PM »
Im just curious. If you are play testing, then your testing will probably result in change, hence my question.
Why do you need to change what the file would print out?   
Just curious...