A computer can understand the Java programming language.
- True
- False
Java is more similar to C++ than it is to Pascal.
- True
- False
The Java Software Development Kit (SDK) is software for compiling and running Java programs.
- True
- False
The command to compile a Java program called Prog.java to bytecode is
javac Prog.
- True
- False
The command to run a compiled Java program called Prog.class is java Prog.
- True
- False
Java programs are described as portable because they will fit onto a small, lightweight disk.
- True
- False
In the software development lifecycle, roughly 70% of the lifecycle is spent in maintenance of the software.
- True
- False
A class is a category of programming language.
- True
- False