This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes forward and include Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "forward and include" Watch "forward and include" New topic
Author

forward and include

Bubesh Sankar
Greenhorn

Joined: Nov 12, 2006
Posts: 6
hi friends,

1. Can we pass user defined parameter with request,response object parameter's
in forward or include?If yes why and how?

rd.forward(Request,response,?) or rd.include(Request,response,?)

2. Why we are using and what is serialization and externalization?

3. Can we add data in collection object(ArrayList,Vector,Treemap,Hashtable) dynamically?
! Added data -> Iterator -> Printing -> Adding !
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56540
    
  14

These sound like homework or exam questions to me. You'll need to do your own work.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Bubesh,

Of your three questions, only number one is a real servlet issue.
Please start separate threads in one of the Java In General forums for the other two.

Thanks,
-Ben


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: forward and include
 
Similar Threads
RequestDispatcher doubts
Response object does not have getHeader
forward() and include() methods
multiple connections with URLConnection
forward() method of RequestDispatcher vs sendRedirect() on Response object