I was wondering about these servlet methods. i know something about these methods like
doPosthas no limitations on paramater numbers whiledoGethas.doGetis faster thandoPost.doPostis secured thandoGet.
And my question is, as these methods takes same parameters and does the process which we implement. then what is the major difference between these methods and At which specific situation each of this method is used to process.