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

Thread: Chosing a path

  1. #1
    Junior Member
    Join Date
    Jul 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Chosing a path

    So I am new to programming I can explain what are methods, variables, OOP and others but I am still not uware of what should I seek. Is Java worth learning? What else do I need to learn to make basic programs?
    Would be good if someone give me directions..


  2. #2
    Member Ada Lovelace's Avatar
    Join Date
    May 2014
    Location
    South England UK
    Posts
    414
    My Mood
    Angelic
    Thanks
    27
    Thanked 61 Times in 55 Posts

    Default Re: Chosing a path

    That really depends on your skill level. What you decide to create with Java is up
    to you at the end of the day. If you know the basics - basic I/O, Strings, Basic classes
    and method calling and control flow (loops, if statements etc). Then you can create
    a simple text game.

    It is also well worth delving into the more advanced features such as Arrays, Class Inherietance,
    Polymorphism, Threads and Lists. All of these combined along side the GUI tools provided by
    Swing and other graphical libraries you can create some powerful software.

    Good luck!

    Wishes Ada xx
    If to Err is human - then programmers are most human of us all.
    "The Analytical Engine offers a new, a vast, and a powerful language . . .
    for the purposes of mankind
    ."
    Augusta Ada Byron, Lady Lovelace (1851)

  3. The Following User Says Thank You to Ada Lovelace For This Useful Post:

    MinorLushy (July 10th, 2014)

  4. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Chosing a path

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    Here are some directions:

    Being able to explain elements of programming does not make a programmer. Putting into practice those concepts, knowing which tool to use when and being able to use each tool correctly most of the time so that doing so is as natural as walking, breathing, and sleeping makes a competent programmer. The way to achieve that level of expertise is to practice, practice, practice, and then practice some more.

    No one here will tell you that Java is not worth learning or what you should learn. Those are personal decisions you should make based on what you want to do with what you learn.

    Good luck!

Similar Threads

  1. how to save to a specified path
    By Austin777 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: January 25th, 2013, 06:42 AM
  2. How to convert local path drive to UNC path
    By krisswift in forum Object Oriented Programming
    Replies: 2
    Last Post: November 17th, 2011, 08:40 AM
  3. Relative path issue with Context path struts
    By chinnu in forum Web Frameworks
    Replies: 1
    Last Post: March 31st, 2011, 10:17 AM
  4. how to get full path name from realtive path
    By priyanka3006 in forum File I/O & Other I/O Streams
    Replies: 8
    Last Post: August 10th, 2009, 04:28 AM