hai,
pls any one can explain me about difference between interface and abstract
difference between server.transfer and Response.Redirect
Thank u,
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Feb 3, 2011, 12:20 PM
Lots of articles available here, do a simple search on home page.
Jean PaulPosted Feb 3, 2011, 8:41 AM
In interace all methods are abstract,
but abstract class can contain non abstract methods too.
Redirect makes the browse to make a new request for the url.
Forward forwards the current request without redirecting