Multiple choice technology web technology

What are the possible ways of communication between applet and Servlet (Multiple Choice?)

  1. HTTP Communication (Text-based and object-based)

  2. Socket Communication

  3. RMI Communication

  4. None of these

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

Applets can communicate with servlets using HTTP requests (sending text or serialized objects), direct TCP/IP sockets, or Remote Method Invocation (RMI). Since all three communication mechanisms are valid, marking them all as correct in this multiple-response question is accurate.