what are the different services provided by the web server?

Answers were Sorted based on User's Feedback



what are the different services provided by the web server?..

Answer / niranjanravi

1.receiving request from a client
2.sending response to a client
3.database interaction
4.data persistance mechanism

Is This Answer Correct ?    2 Yes 2 No

what are the different services provided by the web server?..

Answer / ramakrishna

Receives many client request and processing it and sending
respective result to the clients

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Servlets Interview Questions

How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?

1 Answers   AZTEC,


What’s the difference between genericservlet and httpservlet?

0 Answers  


Write the code to get the server information in servlet.

0 Answers  


What is the first statement in jsp page.

7 Answers   L&T,


How to handle the debug errors in servlets?

2 Answers  






What is the difference between doGet and doPost?

9 Answers   iGate,


Is servlet a server side scripting language?

0 Answers  


What is the purpose of dispatcherservlet properties?

0 Answers  


What is the life-cycle of servlets?

0 Answers  


what is the difference between Servlet and JSP?Advantage of JSP over Servelt?Any concept present in JSP which we cant implement in Servlet?

31 Answers   ABC, Apere, AZTEC, CTS, CybAge, iFlex, Impact Systems, Sara, TCS,


What is the need of session tracking in HttpServlet ?

3 Answers  


what is servlet chaining?

0 Answers  


Categories