Closed Thread
Results 1 to 6 of 6

Thread: Want to learn Java

  1. #1
    Pwhheee is offline Newbie
    Join Date
    Nov 2008
    Posts
    1
    Rep Power
    0

    Want to learn Java

    Hi everyone, i am looking to learn Java from start. I have absolutly no earlier experiences with programming languages.

    So im asking here to get some guidence.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,475
    Blog Entries
    75
    Rep Power
    143

    Re: Want to learn Java

    Look up "Thinking in Java" by Bruce Eckel. He has a free book available online.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21

    Re: Want to learn Java

    A couple of tips:
    1. Learn to do things via the CLI. It will teach you how Java fits together in practice. Things like how packages are laid out and how the classpath works are important and can be glossed over by an IDE. This is fine except an IDE will not be able to handle non-trivial projects without some fiddling and that fiddling requires an understanding. To do this you will need to add the JDK's bin directory to your systems path variable. Installation Notes. That link shows you how to set up the path variable.

    2. Download the API documentation. This package contains documentation for all the classes within the JDK including all the GUI (via Swing), file handling and network classes. This is an extremely useful resource for finding out how a particular class works or even just for browsing through. In fact Suns documentation is second to none. They have a whole host of tutorials.

  5. #4
    eva6206213 is offline Newbie
    Join Date
    Nov 2008
    Posts
    2
    Rep Power
    0

    Re: Want to learn Java

    I also want to learn JAVA, anyone can teach me ?
    i will to pay the high money!

  6. #5
    Join Date
    Jul 2006
    Posts
    16,475
    Blog Entries
    75
    Rep Power
    143

    Re: Want to learn Java

    If you are willing to pay, I would recommend taking classes from someone locally. That way you can check out their credentials more easily. Feel free to ask questions here, though.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

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

    Re: Want to learn Java

    You can always do the Sun Java tutorial. It covers all of the bases.

Closed Thread

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. Should I Learn Java or...?
    By EddieInOhio in forum Java Help
    Replies: 10
    Last Post: 08-18-2009, 08:44 AM
  4. Trying to learn Java.
    By Waterboy in forum Java Help
    Replies: 2
    Last Post: 05-07-2009, 07:39 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