---
title: "Is it possible to communicate from an applet to servlet and how many ways and how?"  
description: "Is it possible to communicate from an applet to servlet and how many ways and how?"  
author: "James Smith"  
published: 2011-07-15  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1092/is-it-possible-to-communicate-from-an-applet-to-servlet-and-how-many-ways-and-how  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Is it possible to communicate from an applet to servlet and how many ways and how?

Yes, there are three ways to communicate from an applet to servlet and they are: a) HTTP Communication(Text-based and object-based) b) Socket Communication c) RMI Communication

## Answers

### Answer by James Smith

Yes, there are three ways to communicate from an applet to servlet and they are: a) HTTP Communication(Text-based and object-based) b) Socket Communication c) RMI Communication


---

Original Source: https://www.mindstick.com/interview/1092/is-it-possible-to-communicate-from-an-applet-to-servlet-and-how-many-ways-and-how

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
