What do you mean by cgi in servlet?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

How do you configure a centralized error handler in servlets?

0 Answers  


Difference between java beans & servlets?

0 Answers  


how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)

2 Answers   TCS,


Why is a constructor needed in a servlet even if we use the init method?

0 Answers  


Which HTTP method is non-idempotent?

0 Answers  






Tell the new features added in servletrequest interface i.e. Servlet 2.4

0 Answers  


What are setSecure() and getSecure() methods in Cookies?

1 Answers  


How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?

2 Answers  


What is servlet and its life cycle?

0 Answers  


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

0 Answers  


Is it possible to call servlet with parameters in the URL?

4 Answers  


How can the session in servlet be destroyed?

0 Answers  


Categories