PrepAway - Latest Free Exam Questions & Answers

Which statement is true of your design?

Consider the following IDL definition:
module airtraffic
{
struct Radarlnfo
{
string callSign;
long speed;
long heading;
}
interface Aircraft
{
setLocation (inout Radarlnfo ri);
}
}
You want to use this IDL definition to allow clients to update the location of an aircraft by passing
an instance of Radarlnfo to the remote method. Which statement is true of your design?

PrepAway - Latest Free Exam Questions & Answers

A.
The remote method will not be able to extract information from parameter ri because it is a
struct type.

B.
Modifications to parameter ri made on the server side will be reflected on the client side.

C.
Instances of Radarlnfo may be published to the naming service and accessed remotely.

D.
The remote method will not be able to extract information from parameter ri because it is
defined as an out parameter.


Leave a Reply