1.

How Would You Create Deadlock On Your Servlet?

Answer»

CALLING a DOPOST() method INSIDE doGet() and doGet()method inside doPost() wouleate a DEADLOCK for a servlet.

Calling a doPost() method inside doGet() and doGet()method inside doPost() wouleate a deadlock for a servlet.



Discussion

No Comment Found