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 8 of 8

Thread: Greetings from Toronto!

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Location
    Toronto, Ontario
    Posts
    5
    My Mood
    Inspired
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Greetings from Toronto!

    Hey there!
    A quick introduction. I decided to learn more about computers so I could have some idea of what my developer boyfriend talks about. Turns out I rather enjoy it myself and have made a goal to learn Java, so here I am! Thought this forum would be a great resource.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Greetings from Toronto!

    Welcome. Hope you enjoy it here.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    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: Greetings from Toronto!

    Welcome! We need more of the fairer sex around here.

  4. #4
    Junior Member
    Join Date
    Dec 2013
    Location
    Toronto, Ontario
    Posts
    5
    My Mood
    Inspired
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Greetings from Toronto!

    Thank you for the warm welcomes!
    I'm currently learning from various free online tutorials. Though helpful, they jump around quite a bit and I feel a book or two might help me learn in a more linear (and hopefully more productive) fashion. Unfortunately the only used Java books I can find are for Java 2. Will the fact that they are older editions completely throw me off, or is it worth picking one up?
    I'm hoping it's ok to ask my rather silly questions here, rather than spamming another section of the forum.

  5. #5
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Greetings from Toronto!

    This book has had some recommendations. It used to be a free download:
    Bruce Eckel's Thinking in Java
    If you don't understand my answer, don't ignore it, ask a question.

  6. The Following User Says Thank You to Norm For This Useful Post:

    Razzmic (December 18th, 2013)

  7. #6
    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: Greetings from Toronto!

    I like this one too. Read every chapter, type out every example, and do every exercise until you've gotten them right and understand them. I recommend doing the chapters in order and don't start jumping around to the sexy stuff until you complete at least Chapter 10. All source code is available for download, but come here anytime you need help.

  8. The Following User Says Thank You to GregBrannon For This Useful Post:

    Razzmic (December 18th, 2013)

  9. #7
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Greetings from Toronto!

    Quote Originally Posted by Razzmic View Post
    I decided to learn more about computers so I could have some idea of what my developer boyfriend talks about. Turns out I rather enjoy it myself and have made a goal to learn Java, so here I am!
    Tell your boyfriend you're a keeper.

    Java is backwards compatible, which means that the code you write in Java 2 will work in Java 5, 6, 7, 8, or 100. It wouldn't be a bad idea to pick up a newer book, as quite a few things have been introduced that will make your life a little easier than Java 2 was.

    Also, you might want to check out Processing, which is like Java but a little more friendly for novices (and a little more on the artistic side). The link in my signature to Static Void Games has some tutorials I wrote that go from Processing to Java, so those might help you out too.

    Good luck, and welcome to programming!
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  10. The Following User Says Thank You to KevinWorkman For This Useful Post:

    Razzmic (December 18th, 2013)

  11. #8
    Junior Member
    Join Date
    Dec 2013
    Location
    Toronto, Ontario
    Posts
    5
    My Mood
    Inspired
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Greetings from Toronto!

    Thank you for all the great advice! I'm almost done the first chapter of the book that GregBannon posted. There is a whole lot of terms I need to get a better grasp of, so I have a feeling I'll be referring back to that chapter (and Google, oh how wonderful Google is) quite often. I look forward to checking out the other suggestions.

Similar Threads

  1. Sr. Java Developer needed for F/T Position in Toronto, Canada
    By Ian@Minacs in forum Paid Java Projects
    Replies: 1
    Last Post: July 20th, 2010, 07:53 AM