what are the different services provided by the web server?
Answers were Sorted based on User's Feedback
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 |
Answer / ramakrishna
Receives many client request and processing it and sending
respective result to the clients
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain the difference between a web server and a web container?
Define context initialization parameters.
What is the procedure of invoking different servlet in a different application?
How can you create a session in servlet?
Explain is servlet mapping?
Is servlet a controller?
Which application server is best for java?
Write a command to get actual path of a servlet to the server?
How to upload a file to the server using servlet?
How is a servlet implemented in code?
how can we create object to a class in a jsp file?
5 Answers Accenture, L&T, TCS,
Is the init(ServletConfig sc) throws IOException or not?