Chapter 8: Problem 1
Fill in the blanks in each of the following statements: a) When compiling a class 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. b) \(\operatorname{sering}\) class static method ________ is similar to method System.out.printf, but returns a formatted String rather than displaying a String in a command window. c) If a method contains a local variable with the same name as one of its class's fields, the local variable _______ the field in that method's scope. d) The_______ method is called by the garbage collector just before it reclaims an object's memory. e) \(\mathrm{A}(\mathrm{n}) \)______ declaration specifies one class to import. f) If a class declares constructors, the compiler will not create a(n) ___________ . g) An object's ___________ method is called implicitly when an object appears in code where a String is needed. h) Get methods are commonly called___________ or __________. i) \(A(n)\)____________ method tests whether a condition is true or false. j) For every enum, the compiler generates a static method called ___________ that returns an array of the enum's constants in the order in which they were declared. k) Composition is sometimes referred to as a(n)_______ relationship. I) \(A(n)\) ___________ declaration contains a comma-separated list of constants. \(\mathrm{m}\) ) \(\mathrm{A}(\mathrm{n}) \) __________ variable represents classwide information that is shared by all the objects of the class. n) \(A(n) \) _______________declaration imports one static member. o) The ___________ states that code should be granted only the amount of privilege and access that the code needs to accomplish its designated task. p) Keyword __________ specifies that a variable is not modifiable. q) \(A(n)\)________ consists of a data representation and the operations that can be performed on the data. r) There can be only one __________ in a Java source-code file, and it must precede all other declarations and statements in the file. s) \(\mathrm{A}(\mathrm{n})\) _______ declaration imports only the classes that the program uses from a particular package. t) The compiler uses a(n) _____________ to locate the classes it needs in the classpath. u) The classpath for the compiler and \(\mathrm{JVM}\) can be specified with the__________ option to the javac or java command, or by setting the ___________ environment variable. v) Set methods are commonly called __________ because they typically change a value. w) \(A(n)\) _____________ imports all static members of a class. x) The public methods of a class are also known as the class's __________ or _________ . y) System class static method __________ indicates that the garbage collector should make best-cffort attempt to reclaim objects that are eligible for garbage collection. z) An object that contains ________ has data values that are always kept in range.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.