________ consists of a set of separate programs for developing and testing Java programs, each of which is invoked from a command line.
A. Java JDK
B. Java API
C. Java IDE
D. Java language specification
查看答案
________ provides an integrated development environment for rapidly developing Java programs. Editing, compiling, building, debugging, and online help are integrated in one graphical user interface.
A. Java IDE
B. Java API
C. Java language specification
D. Java JDK
Computer can execute the code in ____________.
A. assembly language
B. machine language
C. none of the above
D. high-level language
Java compiler translates Java source code into _________.
A. another high-level language code
B. assembly code
C. Java bytecode
D. machine code
_________ is a software that interprets Java bytecode.
A. Java virtual machine
B. Java debugger
C. Java API
D. Java compiler