What is called servlet container?
No Answer is Posted For this Question
Be the First to Post Answer
Can you call a jsp from the servlet?
What do you mean by interservlet communication?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?
How a servlet is unloaded?
What are the steps that are required to handle the multi-threading?
How do you run a servlet?
What do you understand by mime type?
Explain the difference between GET and POST methods?
How can you maintain servlet chaining?
what is session tracking?what are types of session tracking ?and when to cookies,when to use sessionmanagement,whent use url rewriting technique,plz explain briefly?