what are the different services provided by the web server?
Answer Posted / 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 |
Post New Answer View All Answers
What are Servlets?
Explain the difference between servlet and cgi?
Write a simple servlet program to print the contents of html.
How can we include static files in the jsp page?
Can you use javascript in servlets?
What are the different mode that servlets can be used?
What is called Scriptlet?
When to use doget() and when dopost()?
What are the jobs performed by servlets?
How do I support both get and post from the same servlet?
What is ServletContext object?
Describe in brief RequestDespatcher?
Explain session tracking and its importance?
What is called a session?
How do we translate jsp?