Which of the following statements is false?

a. If a program uses multiple classes from the same package, these classes can access each other's package access members directly through references to objects of the appropriate classes, or in the case of static members, through the class name.
b. Package access is rarely used.
c. Classes in the same source file are part of the same package.
d. Use the access modifier package to give a method or variable package access.

d. Use the access modifier package to give a method or variable package access.

Computer Science & Information Technology

You might also like to view...

In the context of computer forensics, which of the following is NOT required as minimum documentation?

a. physical description of media b. time, date, and place of analysis c. methodology employed d. a list of standardized defaults for password location

Computer Science & Information Technology

____ DTDs are most commonly associated with XHTML 1.0.

A. Three B. Two C. Four D. Six

Computer Science & Information Technology