Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Sunil Garg   on Aug 29 In Java Category.

  
Question Answered By: Riley-jack Johnson   on Aug 29

You can use the java.net.URLConnection and java.net.URL classes to open a
standard HTTP connection to the web server. The server then passes this
information to the servlet in the normal way. Basically, the applet  pretends to
be a web browser, and the servlet doesn't know the difference. As far as the
servlet is concerned, the applet is just another HTTP client. See detail from
following URL.
www.j-nine.com/.../Applet2Servlet.html (Applet and
Servlet Communication)
or http://www.jguru.com/faq/view.jsp?EID=157 .

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Help with Applets and Servlets Or get search suggestion and latest updates.


Tagged: