bkmishra
01-11-2008, 12:30 PM
I m having a servlet which is a java class & i know i can create an instace of that servlet using zero argument constructer.
Q is that can i call a doPost method using this instance of another servlet.If yes then why we r using request dispatcher object?
Q is that can i call a doPost method using this instance of another servlet.If yes then why we r using request dispatcher object?