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

Thread: Need lots of help. Very new in coding in general

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

    Default Need lots of help. Very new in coding in general

    I am attempting to learn java, c++ and maybe others. I'm starting with java and I've always ran into a multitude of errors. I'm quite new, but know the basics. All i feel like i need to know are the "words" in the language. structure i seem to be fine with. But i need to know what code to put and where. can you guys send me a link to something like that? I've been looking all over. Thank you

    --- Update ---

    also the "multitude of errors" is in reference to coding in general


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Need lots of help. Very new in coding in general

    Moved from What's wrong section.

    Find a book you like and work on all the examples.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Sep 2014
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Need lots of help. Very new in coding in general

    Do you know a good book?

  4. #4
    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: Need lots of help. Very new in coding in general

    I'm quite new, but know the basics. All i feel like i need to know are the "words" in the language. structure i seem to be fine with. But i need to know what code to put and where.
    You have some misconceptions about programming . . . or something. Simply knowing "the words" of a language is not sufficient. Just as with a spoken language, you must know the grammar (or syntax) of the programming language so that you put the words together in the proper order to construct statements correctly.

    I don't know what basics you know, but if you always run into multiple errors, then you don't know the right basics well enough. Accept that you need to start from scratch and really learn the basics. Get a book as Norm suggested, start at page one, read every page, type/compile/run every example, do every exercise at the end of each chapter, and come here when you need help. There are no shortcuts, there's no easy path to achieving proficiency, and it takes time and lots of practice.

    Search the 'net for programming books in the desired language, find a sample of it online, read reviews from others your age and who share your learning style, and pick the one you like.

  5. The Following User Says Thank You to GregBrannon For This Useful Post:

    ksjk (September 27th, 2014)

  6. #5
    Junior Member
    Join Date
    Sep 2014
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Need lots of help. Very new in coding in general

    I know what you mean, but if you wanna do something in any program in general, and the book doesn't give you that, does that mean you're gonna have to go to a different book, a different site, a different source? the people who made and are updating Java must know that in order for a developer to use their program, they have to know the words. I have four books at home and are using a lot of sites. I'm not taking shortcuts but it would make sense to publish the list of words that are readable to the computer and java. All that aside, Do you know a good book?

  7. #6
    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: Need lots of help. Very new in coding in general

    I know several books that I think are good, but that's based on my subjective opinion and personal preference. I don't recommend books. I recommend you check books out and decide for yourself.

  8. #7
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Need lots of help. Very new in coding in general

    Do a Search for "java keywords" to get a list of the keywords used by java.
    If you don't understand my answer, don't ignore it, ask a question.

  9. The Following User Says Thank You to Norm For This Useful Post:

    ksjk (September 27th, 2014)

Similar Threads

  1. [SOLVED] Division and lots of 0's?
    By sci4me in forum Java Theory & Questions
    Replies: 0
    Last Post: July 25th, 2013, 11:35 PM
  2. Replies: 2
    Last Post: February 19th, 2012, 07:36 AM
  3. Question. Lots of Maths!
    By djl1990 in forum What's Wrong With My Code?
    Replies: 9
    Last Post: October 28th, 2011, 10:57 AM