Java Interview question-3
Question 21: What is the stateless bean in spring? name it and explain it.
A stateless session bean is a type of enterprise bean which is commonly used to do independent operations. It does not have any associated client state, but it may preserve it...
tusharkant.hashnode.dev14 min read