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: New to Java, any advice?

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

    Default New to Java, any advice?

    Hi I am new to Java Programming, like completely new without any programming experience of anything whatsoever.

    So, what did you guys feel when you were first learning, when did it start clicking, when did you know you were understanding what you were doing, and how long did it take, what recommendations do you have for a new starter like me and what should I do right now to better myself, what should I do to practice it (specifically)?


  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: New to Java, any advice?

    Hi and welcome to the forums

    It is a difficult question to answer because everyone learns at a different
    pace to other people, and uses different resources. What I can say, is choosing
    Java as a first language is a great idea and well done for picking it. It is a
    high-level, managed language that is used everywhere - from desktop
    applications, to web applets to washing machines

    Best advice I can give you is find a good Java book or an online tutorial
    (the ones on this site are great) - and start coding. You will however,
    need to get Java installed on your computer, and then install an IDE
    which allows you to write and compile/run your Java source code.
    Eclipse is a very good one - especially for beginners, there is also
    BlueJ, Netbeans and Intelli J (the community edition is now free).

    If you need help or have questions, this is the forum to ask. Best
    of luck to you.

    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. #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: New to Java, any advice?

    After 100s of hours of study and almost as many (probably more) programs written. Understanding comes in stages: basics, object-oriented, graphics, GUI, etc.; likely in different orders to different folks. Achieving Java or any programming total consciousness does not just happen all at once. It is gained over a loooong time of study and practice, and no one can tell anyone else how long or how much study it will take them.

    Study . . . practice . . . repeat.

Similar Threads

  1. New - Need Advice about Java Based site to collect data for dissertation
    By mm2025 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 26th, 2014, 05:20 AM
  2. Can anyone give me help/advice on this java library program?
    By drunkinduncan in forum Object Oriented Programming
    Replies: 18
    Last Post: December 20th, 2013, 06:44 AM
  3. Replies: 1
    Last Post: June 16th, 2011, 05:49 PM
  4. Java Career Advice required
    By saads90 in forum The Cafe
    Replies: 1
    Last Post: April 26th, 2010, 08:59 AM
  5. Advice on Java personal msg system?
    By cyborgbill in forum Java Theory & Questions
    Replies: 1
    Last Post: March 30th, 2010, 03:00 AM

Tags for this Thread