Multiple choice technology programming languages

1) JavaScript is ...

  1. same as Java

  2. kind of like Java

  3. different than Java

  4. written part of Java

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

JavaScript is a completely different language from Java, despite the similar name. JavaScript was originally named Mocha, then LiveScript, before being renamed as a marketing tactic to ride Java's popularity. Java is a statically-typed, compiled language while JavaScript is dynamically-typed and interpreted.