How can the session in servlet can be destroyed?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we have servlet filters?
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!
How to notify an object in session when session is invalidated or timed-out?
Hi Friends, Can we make any method thread safe withour synchronized keyword?
What happens, when client requests for server object, which is not yet loaded into the memory?
Explain load on start-up and its importance?
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
Which are the different ways you can communicate between servlets?
What is the difference between the http servlet and generic servlet?
Explain in brief the directory structure of a web application?
How can a servlet be used to generate plain text instead of html?