1.

What do you mean by SingleThreadModel interface?

Answer»

The SingleThreadModel interface ENSURES that only one thread is EXECUTED at a given point of time in a given SERVLET service method. This is a marker interface and contains no METHODS. This interface ALSO ensures thread-safe servlets.



Discussion

No Comment Found