Can you call a jsp from the servlet?
Answer / Vikash Kumar
Yes, you can include or forward a JSP page within a servlet using the request dispatcher. You can use the include() or forward() method of the RequestDispatcher interface to achieve this.
| Is This Answer Correct ? | 0 Yes | 0 No |
What methodology can be followed to store more number of objects in a remote server?
init() method of servlet loaded by?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is ServletContext() and what is its use?
9 Answers Prime Technology, TCS,
if we know the any consultancies, it will place in company work through consultancy(contract base). please help me I'm 2008 pass out java candidate...
Which are the different ways you can communicate between servlets?
How can we perform any action at the time of deploying the project?
Name the different ways of session tracking.
What is Client-Server Computing?
where the session data will stored?
How do I use cookies to store session state on the client?
can i call destroy() method in init() method of servlet