What is the difference between an applet and a servlet?
Answer Posted / sepna
radhi, thanks alot for your valuable and enlarge answer
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is difference between GenericServlet and HttpServlet?
What is servlet in web technology?
Why do we have servlet wrapper classes?
What do you mean by cgi and what are its drawbacks?
What's the difference between servlets and applets?
Which is better jsp or servlet?
Write a hello world program using servlets.
Which is the methods of generated servlet?
What is meant by session? Tell me something about httpsession class?
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!
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What are all the advantages of servlet over cgi?
How do you configure a centralized error handler in servlets?
What are advantages of servlets over cgi?
What are the types of Session Tracking ?