| 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
|
|
|
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
|
 |
 |
|
|
subject: forward and include
|
|
|