javajls

What is the relationship between the JLS, Java, and related technologies?


Java is the language, the JRE is the runtime environment, and the JDK are the development tools? The JLS is the spec that says that the JRE must do x,y,z, and therefore makes Java what it is? Are these views correct, and if not can someone enlighten me?

Are there any things we think are Java but are not? I think I heard that about Android -- is it true?


Solution

  • To some extent this is a problem of the ambiguity of natural language; some of these things can mean different things at different times.

    Similar questions: