How we can call a jsp from the servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
What is load-on-startup in servlet?
In howmany ways applet-servlet communication can be done?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
How can a servlet be used to generate plain text instead of html?
What is servlet?
What are different ways for authentication of servlet?
In servlets, Why do we need both GET and POST method implementations?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
What are the types of servlets? Explain
Describe servlet?
what is the difference between doGet() and doPost()?