What is the web server used for running the Servlets?
No Answer is Posted For this Question
Be the First to Post Answer
What are cookies and how will you use them?
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
What is the type of method for sending request from http server?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
how JSP can extend servlet or interface ...?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Why do you use session tracking in httpservlet?
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
What do you mean by the servlet chaining?
What method is used to create database connection in servlets?