When compiling types in a package, the javac command-line option ___________ specifies where to store the package and causes the compiler to create the package’s directories if they do not exist.
Fill in the blank(s) with the appropriate word(s).
- d
Computer Science & Information Technology
You might also like to view...
A command that creates a reverse image of a picture or object
a. Rotate b. Flip c. Wrap
Computer Science & Information Technology
Which of the following statements is false?
a. Functional interfaces are also known as single abstract method (SAM) interfaces. b. Package java.util.function contains six basic functional interfaces BinaryOperator, Consumer, Function, Predicate, Supplier and UnaryOperator. c. There are many specialized versions of the six basic functional interfaces for use with int, long and double primitive values. There are also generic customizations of Consumer, Function and Predicate for binary operations—that is, methods that take two arguments. d. All of these statements are true.
Computer Science & Information Technology