Which of the following statements are true?

a. Inner classes can make programs simple and concise.
b. An inner class can be declared public or private subject to the same visibility rules applied to a member of the class.
c. An inner class can be declared static. A static inner class can be accessed using the outer class name. A static inner class cannot access nonstatic members of the outer class.
d. An inner class supports the work of its containing outer class and is compiled into a class named OuterClassName$InnerClassName.class.

abcd

Computer Science & Information Technology

You might also like to view...

________ is the most popular browser for Macs

A) Opera B) Safari C) Firefox D) Chrome

Computer Science & Information Technology

You want a security event to be created whenever a user who's a member of the accounting group accesses a file named payroll on any server on the network. What should you do?

a. Create a new resource property named Payroll and add it to the global DACL. b. Create a file classification for the payroll file that searches for the string accounting. c. Add the accounting group to the DACL of each file on each server. d. Create a global object access auditing policy and add the accounting group to the SACL.

Computer Science & Information Technology