Multiple choice

What is the process of packaging and sending interface method parameter across the thread or process boundaries ?

  1. Throughput

  2. Busy waiting

  3. Marshalling

  4. Deadlock

  5. Mutex

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This option is correct as the activity of packaging and sending interface method parameter across thread or process boundaries is termed as marshalling.