Answer Posted / nilofar
<%@ page language="java"%>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is servlet synchronized?
Explain the difference between generic servlet and http servlet?
How do we share data using 'getservletcontext ()?
Can we use the constructor, instead of init(), to initialize servlet?
Why the container loads server at the application startup and how?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the life-cycle of servlets?
What is cgi?
What do you mean by web applications? Explain web application directory arrangement?
What are some disadvantages of storing session state in cookies?
What is the life cycle of a servlet?
Is it good idea to create servlet constructor?
What is load-on-startup in servlet?
Why jsp is better than servlet?
What is session?