What is servlet tunnelling?



What is servlet tunnelling?..

Answer / narasimha

servlet tunnelling means the ability of a servlet to pass
the the response through the fire wall.

Is This Answer Correct ?    5 Yes 6 No

Post New Answer

More Servlets Interview Questions

Can we refresh servlet in client and server side automatically?

0 Answers  


What do you mean by interservlet communication?

0 Answers  


What is filter? Can filter be used as request or response?

1 Answers  


What is pure servlet?

0 Answers  


Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........

3 Answers  






What is the life cycle of a servlet?

1 Answers  


What do you mean by httpservlet and how it is different from the genericservlet?

0 Answers  


What is the use of httpservletrequestwrapper?

0 Answers  


what is the advantage of using Servlets over CGI programming?

4 Answers  


why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.

5 Answers  


What are the different methods involved in generic servlet?

0 Answers  


Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.

7 Answers  


Categories