Chapter 1 Flashcards
________ provides an integrated development environment (IDE) for rapidly developing Java programs. Editing, compiling, building, debugging, and online help are integrated in one graphical user interface.
Java IDE
One byte has ________ bits.
8
_______ contains predefined classes and interfaces for developing Java programs.
Java API
_______ is a software that interprets Java bytecode.
Java virtual machine
_______ is architecture-neutral.
Java
The extension name of a Java bytecode file is
.class
Computer can execute the code in ____________.
machine language
The JDK command to compile a class in the file Test.java is
javac Test.java
_______ is an operating system
Windows
Java was developed by ____________.
Sun Microsystems
Which JDK command is correct to run a Java application in ByteCode.class?
java ByteCode
If you forget to put a closing quotation mark on a string, what kind of error will be raised?
a compile error
_______ is interpreted.
Java
The extension name of a Java source code file is
.java
______ is a technical definition of the language that includes the syntax and semantics of the Java programming language.
Java language specification