How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?
6 21120difference between request.getSession(false) or request.getSession() and request.getSession(true)
2 19203if we know the any consultancies, it will place in company work through consultancy(contract base). please help me I'm 2008 pass out java candidate...
1 3457What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
2 5824When we don't write any constructor for the servlet, how does container create an instance of servlet?
2 6421Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
1 4635how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
2700
Explain the war file?
Explain how to improve Servlet Performance?
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!
Which application server is best for java?
Can a jsp be called using a servlet?
What is the difference between Servlets and Applets?
Explain the difference between a web server and a web container?
What is war file?
Explain the difference between get and post method in servlet?
Which event is fired at the time of project deployment and undeployment?
What is the use of welcome-file-list?
What are sessions in servlets?
What is called a session?
Explain the difference between generic servlet and http servlet?
Why do we have servlet wrapper classes?