InterviewSolution
Saved Bookmarks
| 1. |
How does applet and servlet communicate?(a) HTTP(b) HTTPS(c) FTP(d) HTTP TunnelingI have been asked this question during a job interview.The origin of the question is Client and Server topic in section Java Server Technologies & Servlet of Java |
|
Answer» RIGHT choice is (d) HTTP Tunneling To explain I WOULD say: APPLET and SERVLET communicate through HTTP Tunneling. |
|