________ contains predefined classes and interfaces for developing Java programs.
A. Java API
B. Java language specification
C. Java IDE
D. Java JDK
查看答案
________ 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