Can we use threads in Servlets?
No Answer is Posted For this Question
Be the First to Post Answer
What is called Session Tracking?
What are the types of Session Tracking ?
What are the steps involved in placing a servlet within a package?
What is the difference between the include() and forward() methods?
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.
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is HTTP Session ?
What is MIME Type?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
Where do you define dispatcherservlet?
What is difference between get and post method?
What is the inter-servlet communication?