What is the main purpose of java servlets?



What is the main purpose of java servlets?..

Answer / Rekha Rani Sonker

Java Servlets are used to handle HTTP requests from clients and generate dynamic content to be sent back as a response. They are part of the Java platform for developing web applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What do you mean by servlet?

1 Answers  


Explain the servlet filter.

1 Answers  


When to use doget() and when dopost()?

1 Answers  


what is multiple server?

1 Answers  


When a servlet accepts a call from a client, it receives two objects. What are they?

1 Answers  


What is the type of method for sending request from http server?

1 Answers  


How do you create connections for number of users, if you want to improve performance?

2 Answers  


what is servlet and what you get when we use servlets?

7 Answers   GGK Tech, Satyam,


what are the disadvantages of cookies?

8 Answers  


Whether thread can be used in servlets?

1 Answers  


What are different types of SessionTracking?

2 Answers  


Name the different ways of session tracking.

1 Answers  


Categories