InterviewSolution
Saved Bookmarks
| 1. |
How Will You Communicate From An Applet To Servlet? |
|
Answer» There are THREE WAYS to COMMUNICATE from an applet to servlet and they are: HTTP Communication (Text-based and object-based) , Socket Communication and RMI Communication. There are three ways to communicate from an applet to servlet and they are: HTTP Communication (Text-based and object-based) , Socket Communication and RMI Communication. |
|