Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the Servlet equivalents to all the CGI environment variables?

0
10 Posted

What are the Servlet equivalents to all the CGI environment variables?

0
10

You cannot replace applets with servlets, however if… Author: Andrew Howard (http://www.jguru.com/guru/viewbio.jsp?EID=225016), Oct 16, 2000 You cannot replace applets with servlets, however if your applet happens to connect to a server using a specific port other than 80 you will realise that you can have security issues with client’s firewalls. This is where servlets come in. With servlets you can create your own protocol within HTTP which is called HTTP Tunnelling this allows the servlet to use the Serializable interface of ojects to copy the object through the HTTP protocol and then the applet can use this object as it pleases.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123