+ Reply to Thread
Results 1 to 6 of 6

Thread: Want to learn Java

  1. #1
    Newbie Pwhheee is an unknown quantity at this point
    Join Date
    Nov 2008
    Posts
    1

    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. #2
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,576
    Blog Entries
    57

    Re: Want to learn Java

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

  3. #3
    Guru G_Morgan is a jewel in the rough G_Morgan is a jewel in the rough G_Morgan is a jewel in the rough
    Join Date
    Oct 2007
    Age
    25
    Posts
    537

    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.

  4. #4
    Newbie eva6206213 is an unknown quantity at this point
    Join Date
    Nov 2008
    Posts
    2

    Re: Want to learn Java

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

  5. #5
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,576
    Blog Entries
    57

    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.
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #6
    Learning Programmer keller is an unknown quantity at this point keller's Avatar
    Join Date
    Dec 2007
    Location
    Iowa
    Age
    32
    Posts
    34

    Re: Want to learn Java

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

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Tutorial: Starting Java Using Netbeans
    By Jordan in forum Java Tutorials
    Replies: 4
    Last Post: 02-27-2010, 06:20 PM
  2. Replies: 18
    Last Post: 10-30-2008, 04:35 AM
  3. Which is harder to learn Java or C++ ?
    By session in forum Java Help
    Replies: 12
    Last Post: 08-16-2008, 08:04 AM
  4. Java Facts
    By techni68 in forum Java Help
    Replies: 0
    Last Post: 01-17-2007, 02:41 PM

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