Closed Thread
Results 1 to 7 of 7

Thread: What to learn ?

  1. #1
    agnl666's Avatar
    agnl666 is offline Programmer
    Join Date
    Feb 2010
    Location
    Halifax
    Posts
    163
    Blog Entries
    2
    Rep Power
    0

    What to learn ?

    I started learning java a few weeks ago, and some of you may know that because of my posts over the past two weeks. I was wondering what are some key things I should try to understand and what are some things I should move onto learning to become a better programmer?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Oct 2008
    Location
    Istog, Kosova
    Posts
    4,001
    Blog Entries
    1
    Rep Power
    40

    Re: What to learn ?

    Is this your first language?
    Interested in participating in community events?
    Want to harness your programming skill and turn it into absolute prowess?
    Come join our programming events!

  4. #3
    alienkinetics's Avatar
    alienkinetics is offline Programmer
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    154
    Rep Power
    0

    Re: What to learn ?

    Depends on what you want to develop (?), but I would say these are compulsory skills:

    1) Solid problem solving skills and the ablity to manage your time.
    2) All reserve words. Look though the list and read up on any that you dont know.
    Java Reserved Words
    3) Program layout. How to properly organize and document your source code.
    4) All basic datatype methods. ie: Methods to edit/convert strings, int, floats.
    5) All basic container classes. ie: ArrayLists, Stacks, HashTables.
    6) File system functions. File reading, writing, directory reading.
    7) Algorithm design and structured programming.
    8) You need some advanced data storage. XML, SQL, Serialization

    Behond that, I would start work on GUI design which can be very complex just on its own.

    Programming is a never ending road. I never stop learning new ways of looking at old problems.
    Buzz PHP Class Library - Web Components Made Easy!
    http://www.buzzphp.com/

  5. #4
    agnl666's Avatar
    agnl666 is offline Programmer
    Join Date
    Feb 2010
    Location
    Halifax
    Posts
    163
    Blog Entries
    2
    Rep Power
    0

    Re: What to learn ?

    Yes this is my first programming language and I always feel compelled to learn more because I love the problem solving aspect to it

  6. #5
    Balington's Avatar
    Balington is offline Newbie
    Join Date
    Jan 2010
    Posts
    8
    Rep Power
    0

    Re: What to learn ?

    Id suggest useing the Java.util.Scanner and playing around with if statements and loops , thats a good way of learning structure and algorithems in my oppinion.

  7. #6
    R3.RyozKidz Guest

    Re: What to learn ?

    Is there a list of basic container class..?

  8. #7
    alienkinetics's Avatar
    alienkinetics is offline Programmer
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    154
    Rep Power
    0

    Re: What to learn ?

    Quote Originally Posted by R3.RyozKidz View Post
    Is there a list of basic container class..?
    java.util (Java 2 Platform SE v1.4.2)

    I would focus on ArrayList, Hashtable and Stack.

    PS: LinkedList and TreeMap look interesting. I haven't used those.
    Buzz PHP Class Library - Web Components Made Easy!
    http://www.buzzphp.com/

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Best way to learn ASP.net and C#?
    By Kaim in forum ASP, ASP.NET and Coldfusion
    Replies: 3
    Last Post: 11-09-2011, 01:59 PM
  2. what to learn now?
    By ahmed in forum C and C++
    Replies: 16
    Last Post: 03-14-2010, 11:47 AM
  3. What should i do and learn first ???
    By --VIP-- in forum The Lounge
    Replies: 21
    Last Post: 06-23-2009, 01:16 PM
  4. What I might not learn.
    By HapHazard in forum C and C++
    Replies: 16
    Last Post: 10-21-2008, 08:44 AM
  5. Should I learn it?
    By Johnnio in forum C and C++
    Replies: 11
    Last Post: 10-25-2007, 10:00 AM

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