C
CIW Enterprise Specialist
161 Questions
Question No. 1
Consider the following IDL definition:
module accounts
{
interface Checking
{
attribute float balance;
void withdraw (in float amount);
};
};
How is the balance attribute mapped to Java in the client stub?
Choose the correct option from the given list.
01 / 161