Are the singleton objects created from Spring beans in the same way as there is SingleThreadModel where only
thread can access at once? Since in Spring only 1 object of are created from the beans, if multiple threads try to access the application then wont the case be like SingleThreadModel
servlets?
thanks