View Single Post
  #3 (permalink)  
Old 06-13-2008, 03:18 PM
Nicholas Jordan's Avatar
Nicholas Jordan Nicholas Jordan is offline
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 559
Nicholas Jordan is on a distinguished road
As sanjeevtarar directs. In the ServletResponse / ServletRequest method, we just code as though we were in a class. How we can code List l = new ArrayList(); and have an interface hold the return from new is something I have not figured out. Code an interface that has a method, write a class that implements that method and assign the return from new to the interface you wrote yourself.

See what happens. I may do the same myself.
Reply With Quote