![]() Related Questions Latest Answer : Servlets are used to extend the functionality of web server. i.e., it is used to implement business logic ... A) A servlet can handle multiple requests concurrently, and can synchronize requests. This allows servlets to support systems such as on-line conferencing.B) Servlets can forward requests to other servers Latest Answer : Answer : A) ... Latest Answer : Yes, By using HTTP, Socket, RMI ... I have problem with threads implementation in servlets the problem is the servlets which uses instance variablesand if we pass request from two diff servers the o/p generated is mis matching with each other.i have also userd synchronized block but it is not working well(servlet not implementing the single thread model ) Read Answers (1) | Asked by : vishal I face problem while doing Servlet program. I successfully get .class file of Servlet's .java file, When I copy(deploy) the .class file in "servlets-example->WEB-INF->classes " folder& map in web.XML file , & run it does not run . When I check,in Tomcat's manager.HTML file , The running option for servlets-examples is turned false, It happens many times.What shall I do to recover?? Please answer me???? Read Answers (1) | Asked by : Abdul Sayeed Write a program using servlets that will take a numeric input on page named index page, if the input Write a program using servlets that will take a numeric input on page named index page, if the input is 1 then page 1 will be displayed and if input is 2 thepage2 will be displayed. The index page will contain an input field and a button. When the button will be clicked then on the basis of input (1 or 2) the respective page will be opened. The newly opened page i.e. page1 or page2 View Question | Asked by : sia View Question | Asked by : Prakash Reddy View Question | Asked by : sudeep Is it possible to send request by overriding doGet()and doPost()Methord in servlets? If Yes, How? Latest Answer : We can send request to servlet using doGet(), doPost().doGet() is used when we request servlet directly from browser. ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||