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: I need help understanding programming (Noob)

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default I need help understanding programming (Noob)

    Hello, i am somewhat new to programming. I have some (little) experience in python, but now I'm working on javascript. When i research how to solve a problem i see a load of new concepts and words that i have never seen or heard of. I don't know if copying a code would be considered plagiarism because the codes are examples of "how to do." So... Whats the best way to learn programming. Should i stay in tune to only my classwork coding or should i branch out and try to take in everything that i research.

    --- Update ---

    Also, how would i retain all this information. Because i want to learn objective c, but all the different syntax and different concepts are overwhelming. Maybe it's just initial overload? Sometimes i think that i fail at life lol.


  2. #2
    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: I need help understanding programming (Noob)

    JavaScript isn't Java. If you're really working to learn JavaScript and ended up here thinking they are the same thing, then you should find a JavaScript forum. Until we straighten that out, good luck!

  3. #3
    Junior Member
    Join Date
    Oct 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: I need help understanding programming (Noob)

    Quote Originally Posted by GregBrannon View Post
    JavaScript isn't Java. If you're really working to learn JavaScript and ended up here thinking they are the same thing, then you should find a JavaScript forum. Until we straighten that out, good luck!
    What are the differences between the two? Can you explain in simplicity? Thanks in advance

  4. #4
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: I need help understanding programming (Noob)

    JavaScript is a scripting language that is interpreted by a browser.
    Java is a Object oriented language that requires the source to be compiled before it can be executed on a computer that has a Java virtual machine installed.

    Next time try Google!
    Improving the world one idiot at a time!

  5. #5
    Junior Member
    Join Date
    Oct 2013
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: I need help understanding programming (Noob)

    JavaScript is for browsers while Java is an object-oriented language that is compiled (to create an executable version) and later executed on the main memory.

Similar Threads

  1. Blackjack programming error (programmer is new to programming)
    By JSingh in forum What's Wrong With My Code?
    Replies: 4
    Last Post: September 27th, 2012, 09:13 PM
  2. Replies: 0
    Last Post: December 12th, 2011, 03:17 PM
  3. Programming a Card Game (noob questions)
    By Taliesin in forum Java Theory & Questions
    Replies: 17
    Last Post: August 31st, 2011, 12:49 PM
  4. Noob that needs some clearing up with Java style programming
    By looneylu in forum Java Theory & Questions
    Replies: 3
    Last Post: January 23rd, 2011, 11:27 PM
  5. Programming noob here, need help!
    By artenuga54 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 18th, 2010, 04:04 PM