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

Thread: How to get started with Java?

  1. #1
    Junior Member
    Join Date
    May 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default How to get started with Java?

    Alright, I've decided to work on a project, but I need some help.
    The thing is, I have a HUGE problem with getting started, on just about anything and everything and I have since I can remember.

    I like to think I know Java pretty well, but I've never actually created anything of my own, I've always just helped/modify existing code to make it better.

    So how do I do it? Where do I start? What do I make first?

    Also, if this is in the wrong section please let me know and move it.

    Thanks! :D


  2. #2
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: [Help]Getting started

    Welcome Terry, hope you enjoy it here. It is in the wrong section, no worries though JavaPF will take care of it .

    Anyway, so for a project really should right down what the main goals of the project are, then decide on interface etc and piece together algorithms on paper. So that you have a good solid ground to build off. Then Create your system Class by Class, as you outlined earlier, in each class do it function by function testing each one works correctly etc etc. Then test the class, and move on to the next class. Then test all the classes together to make sure it works and your done

    Chris

  3. The Following User Says Thank You to Freaky Chris For This Useful Post:

    Terry (May 14th, 2009)

  4. #3
    Junior Member
    Join Date
    May 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: [Help]Getting started

    Quote Originally Posted by Freaky Chris View Post
    Welcome Terry, hope you enjoy it here. It is in the wrong section, no worries though JavaPF will take care of it .

    Anyway, so for a project really should right down what the main goals of the project are, then decide on interface etc and piece together algorithms on paper. So that you have a good solid ground to build off. Then Create your system Class by Class, as you outlined earlier, in each class do it function by function testing each one works correctly etc etc. Then test the class, and move on to the next class. Then test all the classes together to make sure it works and your done

    Chris
    I love you. I find it really hard to do things unless I'm told how to do it/how it's done. Thanks man. :]
    Last edited by Terry; May 14th, 2009 at 09:46 PM.

  5. #4
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: [Help]Getting started

    No problem, feel free to post anymore questions you have. Btw if that is a good enough answer to your question and you feel it was answered and you no longer need an answer could you please mark this thread as solved.

    Thanks,
    Chris

  6. #5
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: [Help]Getting started

    Welcome to the forums Terry
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

Similar Threads

  1. “Getting started with RMI” tutorial for beginners
    By danielstoner in forum Java Programming Tutorials
    Replies: 0
    Last Post: October 7th, 2008, 11:18 PM