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

Thread: An extra plate of Java Syntax

  1. #1
    Junior Member
    Join Date
    May 2014
    Location
    Java, TX
    Posts
    18
    My Mood
    Where
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Lightbulb An extra plate of Java Syntax

    My name is Chevron.

    I want to learn as much syntax as possible before I leap into my mighty Java expedition is search of the gifts of the almighty Java gods

    What is a good site or book to learn the in's and out's of Java syntax?

    I feel like I am looking at Myan drawings. I have learned "Hello world" and "Copycat".

    I want to know what every single thing means in these programs before I move on.

    I use NetBeans 8.0

    -Chevron >>


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: An extra plate of Java Syntax

    The basic tutorials are a good place to start: The Java™ Tutorials

    But the only way to learn how to program is by sitting down and actually programming. Give yourself a little project to work towards, and use that as a motivator for learning the basics.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

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

    kunimaro15689 (May 23rd, 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: An extra plate of Java Syntax

    Kevin's already said it, but I want to emphasize that you can't learn syntax solely by reading about it or thinking about it, you have to put it to practice. You could read the API for every Java class, even memorizing every one, and be book-smarter about the java language as a whole than the folks who designed it. But until you've actually learned how to apply that knowledge through practice and experience, you are as a baby in the womb thinking about walking.

    Get a book that covers the basics, start at the beginning, read every page, type, compile, and run every example, and then complete every chapter exercise. When done with the book, you'll know the ins and outs of the most important Java classes and their syntax.

  5. The Following 2 Users Say Thank You to GregBrannon For This Useful Post:

    KevinWorkman (May 19th, 2014), kunimaro15689 (May 23rd, 2014)

  6. #4
    Junior Member
    Join Date
    May 2014
    Location
    Java, TX
    Posts
    18
    My Mood
    Where
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Re: An extra plate of Java Syntax

    Thanks, guys!

Similar Threads

  1. Extra Java Help
    By Officialmaj in forum Totally Off Topic
    Replies: 1
    Last Post: January 26th, 2014, 12:48 AM
  2. [SOLVED] Eclipse - New Class Boiler Plate
    By jps in forum Java IDEs
    Replies: 2
    Last Post: August 14th, 2012, 04:54 PM
  3. 2nd week with Java. Help with a few basic syntax errors?
    By D P in forum What's Wrong With My Code?
    Replies: 7
    Last Post: January 28th, 2012, 11:13 PM
  4. Java Equation correct syntax
    By macko in forum What's Wrong With My Code?
    Replies: 18
    Last Post: November 4th, 2011, 11:16 PM
  5. java syntax highlighting
    By Saulius in forum Java Theory & Questions
    Replies: 2
    Last Post: August 24th, 2011, 05:47 AM