Multiple choice

EJB technology uses Java Remote Method Invocation for i) communication between an enterprise bean and a client ii) communication between two enterprise beans iii) binding a name with an enterprise bean

  1. Only (i) and (ii)

  2. Only (i)

  3. Only (ii)

  4. Only (iii)

  5. None of these

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

Actually EJB technology uses Java Remote Method Invocation for communication between an enterprise bean and a client.