Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Wanting to learn JAVA

  1. #1
    LEVEND1Z is offline Newbie
    Join Date
    Mar 2010
    Posts
    2
    Rep Power
    0

    Post Wanting to learn JAVA

    Hey guys,
    I want to learn how to program in JAVA. I have no programming skills
    So far i have
    • JDK
    • Eclipse
    I would like to know the best way to learn JAVA, books etc...etc
    Can you recommend a book that would be good for a beginner, possibly a free eBook?

    Thank You,

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    k1net1cs is offline Newbie
    Join Date
    Oct 2009
    Posts
    20
    Rep Power
    0

    Re: Wanting to learn JAVA

    Actually if you take a look around Sun's own website there are some quickstarters to get you familiarize yourself with Java.

    http://java.sun.com/docs/books/tutorial/index.html

    But in printed form, the staple book is probably the one from Deitel & Deitel.
    eBooks...don't know much.

  4. #3
    LEVEND1Z is offline Newbie
    Join Date
    Mar 2010
    Posts
    2
    Rep Power
    0

    Re: Wanting to learn JAVA

    Thanks for the info, didn't see that on their site before.

  5. #4
    keller's Avatar
    keller is offline Learning Programmer
    Join Date
    Dec 2007
    Location
    Iowa
    Posts
    38
    Rep Power
    0

    Re: Wanting to learn JAVA

    If it is still available you might try playing with an environment called Dr. Java. It allows you to write and run statements to see what their results are without creating whole classes and compiling.

  6. #5
    QuackWare is offline Learning Programmer
    Join Date
    Jan 2010
    Posts
    95
    Rep Power
    8

    Re: Wanting to learn JAVA

    Quote Originally Posted by keller View Post
    If it is still available you might try playing with an environment called Dr. Java. It allows you to write and run statements to see what their results are without creating whole classes and compiling.
    A similar website is called ideone. I would also try video tutorials on YouTube as that can help you out a lot in confusing places. The tutorials on Sun are pretty good although if you really want to understand a concept you should try to create your own program like a simple calculator and learn as you go, works best for me.

  7. #6
    Hunter100 is offline Programming Professional
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    289
    Rep Power
    0

    Re: Wanting to learn JAVA

    Hey all,

    I'm learnign C++, but thought I should get equiped for Java. So I checked my computer, etc. I have Standard Edition 6 Update 18. Do I need Eclipse?


    BTW What is Eclipse?

  8. #7
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Wanting to learn JAVA

    You don't need Eclipse, though you can use it. It's just an IDE. You can use notepad, if you want.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  9. #8
    k1net1cs is offline Newbie
    Join Date
    Oct 2009
    Posts
    20
    Rep Power
    0

    Re: Wanting to learn JAVA

    Quote Originally Posted by Hunter100 View Post
    Hey all,

    I'm learnign C++, but thought I should get equiped for Java. So I checked my computer, etc. I have Standard Edition 6 Update 18. Do I need Eclipse?
    Not necessarily, but it may make things easier for you in the long run.

    Quote Originally Posted by Hunter100 View Post
    BTW What is Eclipse?
    It's an IDE, or Integrated Development Environment.
    Basically an editor that usually notifies you of any syntax errors (not semantic ones; you need to differentiate those two), compiles your code with a click of a button, and which its own settings can pose more threat than coding a chat client in C++.

    Personally I use NetBeans for Java, and the trusty old Dev-C++ for, well, C++.
    NetBeans can also be used as an IDE for C++ if you download the plugins for it.

  10. #9
    Join Date
    Feb 2010
    Location
    USA
    Posts
    4
    Rep Power
    0

    Re: Wanting to learn JAVA

    Hi all,

    Bruce Eckel's free book Thinking in Java, 3rd edition, appears to be available for download here:
    Bruce Eckel's Free Electronic Books

    Also, for general coding practice, you can use the following Website:
    CodingBat

    You can select Java and proceed through the exercises one by one - you don't even need an IDE installed on your computer - it is web-based, you just write the methods and test them against the Website's own testing mechanism. Pretty sweet for starters, I must say.
    Codito ergo sum

  11. #10
    lumeneu is offline Newbie
    Join Date
    Jan 2010
    Posts
    9
    Rep Power
    0

    Re: Wanting to learn JAVA

    @QuackWare yeah, ideone.com is awesome

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. What to learn first C++ or Java?
    By abdulrauf in forum C and C++
    Replies: 18
    Last Post: 02-25-2011, 12:03 PM
  2. New to Java, how can I learn more?
    By atomicpineapple in forum Java Help
    Replies: 2
    Last Post: 10-16-2010, 07:54 PM
  3. I am wanting to learn php
    By midnightrose2008 in forum PHP Development
    Replies: 6
    Last Post: 12-27-2008, 05:40 PM
  4. Want to learn Java
    By Pwhheee in forum Java Help
    Replies: 5
    Last Post: 11-25-2008, 09:08 PM

Tags for this Thread

Bookmarks

Posting Permissions

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