Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Java Tutorial

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java Tutorial

    Hi,

    Im planning to learn java programming. Can anyone suggest me with some of the good tutorial sources, a name of the book or even a domain name will do. Please do help.

    Thanks in advance.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Java Tutorial

    What did you find when you Googled 'java tutorial'? (It's a rhetorical question.)

  3. #3
    Junior Member
    Join Date
    Jun 2014
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Tutorial

    i found several sources, however, i was confused when it came to choosing one, I just wanted to get some opinion from any of the individuals out here, who studied java via some good tutorials.

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Java Tutorial

    Everyone learns differently. Some like a book, some prefer videos, some are fine with the Oracle tutorials or other random tutorials found on the Internet. Some need a combination. I can tell you that I found a free book, studied it from cover to cover, typing every example and working every exercise and then modifying them to play "what if?" until I understood the material as completely as I could before moving on to the next page and chapter, but that may not work for you. (Even though I think it's a recipe for guaranteed success.)

    So, rather than gathering opinions that may not be useful to you, search for material based on how you want to learn the language and how you do learn, find training resources that appeal to you (for whatever reason) and get to work. Not every resource you decide on will be the right one, so if you get bored with it or find you're not achieving the desired results, move on.

    Ultimately, I believe you need some structure to your learning which not all tutorial resources provide. There are basic programming topics you should learn first and learn them very well. Those basic topics are usually covered in the first 4 to 6 chapters of most books. Intermediate but still important topics begin after that and progress to OOP and basic graphics and graphical interface topics. If you choose random sources from the Internet or jump around a bit, your study should roughly follow that same pattern.

    Be patient, learn the basics before moving to the intermediate and advanced topics, and practice, practice, practice. You can't write too many programs.

    Good luck! Now get to work.

  5. #5
    Junior Member
    Join Date
    Jun 2014
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Tutorial

    Thanks a lot

  6. #6
    Junior Member
    Join Date
    Jul 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java Tutorial

    In my case there were 3 steps:
    - learn from basic tutorials
    - read clean code, some books about programming trends in java
    - study questions for java certificate - that set od questions had a lot of use-case that I had ommited during learning

Similar Threads

  1. Which is the best java tutorial ?
    By bijay.s in forum What's Wrong With My Code?
    Replies: 2
    Last Post: July 5th, 2014, 03:47 AM
  2. Help Getting Started With Java (tutorial)
    By D.K in forum Java Code Snippets and Tutorials
    Replies: 4
    Last Post: October 27th, 2013, 10:56 AM
  3. Java ME book or tutorial?
    By pict3000 in forum The Cafe
    Replies: 2
    Last Post: October 27th, 2012, 07:18 AM
  4. where is the java tutorial for beginners
    By javaque in forum Java Theory & Questions
    Replies: 2
    Last Post: September 14th, 2011, 03:30 AM
  5. java ws tutorial
    By aracky in forum Member Introductions
    Replies: 1
    Last Post: July 14th, 2010, 03:12 AM