Java and JavaScript

Discussion in 'Bukkit Discussion' started by RECKLESS_Kiwi, Aug 12, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    RECKLESS_Kiwi

    Is Java and JavaScript the same language meaning is it the same language or is the code for Java lot different then Javascript or the other way around
     
  2. Offline

    Nerdfuryz

    JavaScript is for making websites interactive and is somewhat similar to Java. Java is for much more then websites.
     
  3. Offline

    RECKLESS_Kiwi

    So where can i learn java
     
  4. Offline

    Nerdfuryz

    Books and videos.
     
  5. Offline

    obscurehero

    RECKLESS_Kiwi - codeacademy, treehouse, codeschool are all great places to start. There are a few courses I've seen on coursera. There are great textbooks for free and for purchase online. You can also enroll in courses local to you, as I'm sure there are some.
     
  6. Offline

    Loogeh

  7. Offline

    RECKLESS_Kiwi

    I used codeacademy but that is javascript and i was told to learn java
     
  8. Offline

    obscurehero

    RECKLESS_Kiwi - Told? I'm confused. You want to learn to code a plugin? If so, then yes, its best to learn java as that's the language you'll need.
     
  9. Offline

    RECKLESS_Kiwi

    Well i was on codeacademy ad i was doing javascript but then someone told me to learn java not java script
     
  10. Offline

    obscurehero

  11. Offline

    RECKLESS_Kiwi

    I want to learn java but i found it very confusing to learn is there a language i should learn first
     
  12. Offline

    BurritoBashr

    Java is to Javascript as Ham is to Hamster.
     
    Me4502, necrodoom and desht like this.
  13. Offline

    Hoolean

    Learning Java will be a bit of a steep learning curve if it is your first programming language.

    If you are not familiar with any programming languages I suggest you give a simple scripting language like JavaScript a go first so you will understand more of what you are doing when you learn Java.

    Whatever you do I must implore you to follow a full course of tutorials/book so you understand every bit of the Java syntax; it will make your future in development immeasurably easier. :)
     
  14. Offline

    obscurehero

    RECKLESS_Kiwi - A lot of schools actually use Java to teach programming. Others use C.

    My first language I learned on was LOGO back probably 15 years ago as it was similar to the language you needed to learn for the LEGO Mindstorms, and I wanted to program my own lego robot. Then I learned some action script (a bit like javascript) to code some flash games. But I'm not sure either really were great ways to learn languages, but they did introduce me to basic concepts like if/then statements for loops etc.
     
Thread Status:
Not open for further replies.

Share This Page