A remote procedure call (RPC) between processes on the same machine is called a(n) _______.

a) local remote procedure call (LRPC)
b) local procedure call (LPC)
c) deferred procedure call (DPC)
d) asynchronous procedure call (APC)


a) local remote procedure call (LRPC)

Computer Science & Information Technology

You might also like to view...

To set the node to the right of the text in a label lbl, use _______.

a. lbl.setContentDisplay(ContentDisplay.TOP); b. lbl.setContentDisplay(ContentDisplay.BOTTOM); c. lbl.setContentDisplay(ContentDisplay.LEFT); d. lbl.setContentDisplay(ContentDisplay.RIGHT);

Computer Science & Information Technology

Write a for-each loop that calls the addInterest method on each BankAccount object in a collection called accounts. What is required for that loop to work?

What will be an ideal response?

Computer Science & Information Technology

Select the true statement.

Consider the following HTML document. ``` 1 2 3 Children Collection 4 6 7 8

9 10 ``` a) The TITLE element is a direct child of the HTML element. b) The SCRIPT element is a child of the TITLE element. c) The BODY element is a direct child of the HEAD element. d) The SCRIPT element is a direct child of the HEAD element.

Computer Science & Information Technology

Select the description that best matches the chart element

A) Horizontal axis of chart B) Axis that displays data identifiers C) Nonnumeric text that identifies data categories D) Vertical axis of chart E) Axis that displays the numeric data 96) Category axis 97) Category label 98) Value axis 99) x-axis 100) y-axis

Computer Science & Information Technology