CIW Exam Questions

How are IDL const types mapped to Java in a client stub?

How are IDL const types mapped to Java in a client stub?

A.
IDL const types map to a single member variable that is declared as static and final.

B.
IDL const types map to two member variables that are declared as static and final.

C.
IDL const types map to a single member method that acts as an accessor.

D.
IDL const types map to two member methods.