Can I call an interface in a JSP?

Pls comment

Showing Answers 1 - 3 of 3 Answers

James

  • Sep 16th, 2005
 

Calling a JSP from a Servlet, or vice-versa, can be done using the RequestDispatcher interface.

The trick to understanding JSPs is keeping in mind that every JSP is ultimately compiled into a Servlet. The main thing then becomes understanding the way a servlet communicates with a JSP and vice-versa. This becomes even more important when sending the output of a calculation in a servlet to a JSP, or when redirecting a user to a servlet from a JSP.

  Was this answer useful?  Yes

Mamatha. T

  • Oct 10th, 2006
 

James,

the question is different. and your answer is different.

please dont deviate the readers.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions