Hi All,
1.Why do we override the doGet and/or doPost methods instead of the service method?
2. We shouldn't synchronize the service method. but what will happen if we do so, except from the performance problem?
3. why do we need filter in a servlet? When we use servlet filter?
please help me.
Thanks!
vaskar
1.Why do we override the doGet and/or doPost methods instead of the service method?
2. We shouldn't synchronize the service method. but what will happen if we do so, except from the performance problem?
3. why do we need filter in a servlet? When we use servlet filter?
please help me.
Thanks!
vaskar
Comment