Answer the following statements true (T) or false (F)
1. You should avoid the use of null as an argument to a method.
2. The String class is a mutable class.
3. To use a package, the program must contain an import statement that names the package.
4. Deprecated methods should be used in new Java code.
1. False
2. False
3. True
4. False
Computer Science & Information Technology
You might also like to view...
The type of data a company collects depends on its business
Indicate whether the statement is true or false
Computer Science & Information Technology
What are the lines that appear in front of tabbed text called?
A. Tab underlines B. Tab leaders C. Tab indicators D. Tab headers
Computer Science & Information Technology