How can we refresh automatically when new data has entered the database?
how JSP can extend servlet or interface ...?
What is connection pooling?
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
When jsessionid is created?
Name the different ways of session tracking.
what is servlet and what you get when we use servlets?
How long do servlets last?
Why is a constructor needed in a servlet even if we use the init method?
What is the life-cycle of servlets?
What are the phases of servlet life cycle?
What is the difference between sendredirect() and forward() in a servlet?
Can we use threads in Servlets?