If MyServlet implements singleThreadModel, I read some where that I Can say that MyServlet is
Thread safe, But what happens when the multiple instances are created by the
servlet container. Shouldn't the methods of MyServlet be synchronized to make sure that MyServlet is Thread Safe.
Thanks in Advance
