December 2014
Intermediate to advanced
388 pages
8h 1m
English
CHAPTER 1
![]()
Getting Started
In this chapter, you will learn:
What Is Scripting in Java?
Some believe that the Java Virtual Machine (JVM) can execute programs written only in the Java programming language. However, that is not true. The JVM executes language-neutral bytecode. It can execute programs written in any programming language, if the program can be compiled into Java bytecode.
A scripting language is a programming language that provides ...
Read now
Unlock full access