Purchase Solution

Applet Servlet Communication In Java

Not what you're looking for?

Ask Custom Question

Communicating with a servlet from an applet can be quite an ordeal if you dont know the
nitty gritties. Here are some tips which should make it pretty straight forward.

Purchase this Solution

Solution Summary

Communicating with a servlet from an applet is advised. Tips to make communicating with a servlet from an applet are provided.

Solution Preview

The servlet has two methods: the doGet and the doPost

From the applet side:
You have to first open a URLConnection object with the servlet

Now, once ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.