What is the use of attribute in servlets?
No Answer is Posted For this Question
Be the First to Post Answer
What is preinitialization of a servlet?
How can you start a jta transaction from a servlet deployed on jboss?
List out the difference between ServletConfig and ServletContext?
What is the difference between sendredirect() and forward() in a servlet?
What exactly is a servlet?
Which is better jsp or servlet?
What is the advantage of Servlets when compared with other server side technologies?
Who is responsible for writing a constructor?
What are the mechanisms used by a servlet container for maintaining session information?
Can we call destroy() method inside the init() method? What happens when we do so?
What is a web application and what is it’s directory structure?
Can we use the constructor, instead of init(), to initialize servlet?