The code in a finally clause will never fail to execute, right?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of ssi ?
What do you mean by request dispatcher in servlet?
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
What is servlet and list its types?
Servlet is pure java object or not?
What is the main purpose of java servlets?
What’s the difference between forward() and sendredirect() methods?
Why do you use session tracking in httpservlet?
What is servlet attributes and their scope?
how do you maintain sessions in servlets?
What do you mean by singlethreadmodel interface?
Can we override servlet service method?