Results 1 to 4 of 4

Thread: [Java] Beginner Java Video Tutorials

  1. #1
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default [Java] Beginner Java Video Tutorials

    Hello!

    A while ago I wanted to learn programming, but I didn't know where to start. One of the places that I had started was with Java. I had followed some tutorials on Youtube that came in handy! I would like to share those videos with anyone who is a beginner and knows very little about Java.

    You can find the videos by clicking HERE!

    You will be taken to Youtube and the Playlist should start.

    Please note that everyone programs in a slightly different way compared to other people. If you learned something in a different way, or have preferences, do not worry. Go about it as you wish.

    If you have any problems with the video or link, please let me know!

    Enjoy!

  2. #2
    Join Date
    Dec 2011
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Do you know of any java tutorials for those familiar with programming but want to learn the syntax and capabilities of the language? Thanks for the post

  3. #3
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by Myke View Post
    Do you know of any java tutorials for those familiar with programming but want to learn the syntax and capabilities of the language? Thanks for the post
    With the videos that I posted, they get more complicated as you go on. I would recommend looking into the Parts. He also has a little series of Making Snake in Java. Those might help you out, but other than that, I don't have anything else. I just used a lot of Youtube.

  4. #4
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Quote Originally Posted by Myke View Post
    Do you know of any java tutorials for those familiar with programming but want to learn the syntax and capabilities of the language? Thanks for the post
    What prior languages are your familiar with? Syntactically, it's very similar to the C family of languages, wouldn't take you more than a day to become well acquainted with it.

    Official Oracle tutorials can help you get up to speed, understanding primitives, object hierarchy etc.

    A few basic things to learn about Java that might not be well covered in tutorials: all objects are references, the JVM makes everything reasonably high level, so directly accessing system resources is hard/impossible without the JNI.

    I'm not the most experienced Java programmer, but feel free to throw me a PM if you ever have questions.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •