What is servlet attributes and their scope?
No Answer is Posted For this Question
Be the First to Post Answer
Can you create a deadlock condition on a servlet?
Is it possible to have a constructor inside the servlet?
How a servlet is unloaded?
Difference between forward() method and sendredirect() method ?
Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........
How we can get ip address of client in servlet?
Can we use servlets in JavaScript?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
can i call destroy() method in init() method of servlet
How native code can be used in a servlet?
What are the types of servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?